Overview of ERNIE SDK components
developThe ERNIE SDK consists of two primary projects:
- ERNIE Bot Agent: An agent development framework based on the orchestration capabilities of the Wenxin large model. It allows for multi-tool orchestration and automatic scheduling using Function Calling. It features a rich component library including pre-set tools (from the Xinghe Community), knowledge bases (supporting platform-based or open-source libraries like
langchainandllama_index), and future plugin support. - ERNIE Bot: The underlying dependency for the Agent. It provides direct interfaces for core Wenxin model capabilities such as text creation, general conversation, semantic vectors, and AI image generation.
Developers can use the Agent for complex task orchestration or use ERNIE Bot directly for basic LLM tasks.