- supervisor, memory, skills 模块 - LLM 工厂 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
143 B
Python
5 lines
143 B
Python
# LLM
|
|
from app.agent.llm.factory import LLMFactory
|
|
from app.agent.llm.openai import OpenAILLM
|
|
from app.agent.llm.anthropic import AnthropicLLM
|