38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
ai:
|
|
agent:
|
|
config:
|
|
tables:
|
|
testAgent03:
|
|
app-name: testAgent03
|
|
agent:
|
|
agent-id: "100003"
|
|
agent-name: "single agent"
|
|
agent-desc: "single agent demo"
|
|
module:
|
|
ai-api:
|
|
base-url: ${OPENAI_BASE_URL}
|
|
api-key: ${OPENAI_API_KEY}
|
|
completions-path: "v1/chat/completions"
|
|
embeddings-path: "v1/embeddings"
|
|
chat-model:
|
|
model: "gpt-5.5"
|
|
tool-mcp-list:
|
|
- sse:
|
|
name: baidu-search
|
|
base-uri: ${BAIDU_SEARCH_MCP_BASE_URI}
|
|
sse-endpoint: ${BAIDU_SEARCH_MCP_SSE_ENDPOINT}
|
|
request-timeout: 500000
|
|
tool-skills-list:
|
|
- type: "resource"
|
|
path: "agent/skills"
|
|
agents:
|
|
- name: "onlyAgent"
|
|
description: "study plan helper"
|
|
instruction: |
|
|
Build a beginner-friendly study plan from the user's request.
|
|
runner:
|
|
agent-name: "onlyAgent"
|
|
plugin-name-list:
|
|
- "myTestPlugin"
|
|
- "myLogPlugin"
|