via “modular-component-system-capability-extension”
[GenAI Application Development Framework] 🚀 Build GenAI application quick and easy 💬 Easy to interact with GenAI agent in code using structure data and chained-calls syntax 🧩 Use Event-Driven Flow *TriggerFlow* to manage complex GenAI working logic 🔀 Switch to any model without rewrite applicat
Unique: Implements a ComponentSystem where agent functionality is extended through pluggable components (EventListener, Tool, Role) registered with agents rather than subclassing, with components coordinating through a shared RuntimeContext, enabling true composition-based agent design.
More flexible than LangChain's tool binding (which is function-focused) and cleaner than LlamaIndex's agent subclassing approach, with explicit component types (EventListener, Tool, Role) making intent clearer and enabling better code organization.