01Simplified Op Development: Create business logic easily with base classes, lazy-initialized LLM/Embedding/Vector Store access, and integrated token counting.
02Support for HTTP Stream and RESTful APIs: Provide standard HTTP APIs with both synchronous JSON and streaming responses.
03Automatic Service Generation: Automatically deploy configured flows as HTTP, MCP, or command-line (CMD) services.
04Prompt Template Management: Utilize comprehensive prompt formatting and retrieval capabilities.
0514 GitHub stars
06Flexible Flow Orchestration: Compose complex workflows using YAML configurations to combine operations in serial (`>>`) or parallel (`|`) patterns.