via “plugin-based-multi-provider-llm-abstraction”
[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 plugin-based RequestSystem that normalizes 8+ diverse LLM provider APIs (OpenAI, Anthropic, Azure, Bedrock, ChatGLM, Gemini, Ernie, Minimax) into a single interface, with each provider as a swappable plugin rather than conditional branching, enabling true provider-agnostic agent code.
More comprehensive multi-provider support than LangChain's LLMChain (which requires explicit provider selection) and cleaner than LlamaIndex's conditional provider logic, with explicit plugin architecture enabling easier custom provider additions.