fischer-agentkit/configs/skills/direct_agent.yaml

41 lines
943 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: direct_agent
agent_type: simple_generation
version: "1.0.0"
description: "Direct简单生成型Agent单次LLM调用适合简单问答、翻译、摘要等无需工具的任务"
task_mode: llm_generate
execution_mode: direct
max_steps: 1
max_concurrency: 5
intent:
keywords: ["翻译", "摘要", "格式化", "translate", "summarize", "你好", "什么是"]
description: "简单生成任务无需工具调用单次LLM生成即可"
examples:
- "翻译这段话"
- "帮我总结一下"
- "什么是RAG"
capabilities:
- simple_generation
- fast_response
prompt:
identity: "你是一个高效的AI助手擅长快速回答简单问题"
instructions: "根据用户需求,直接给出简洁准确的回答。"
llm:
model: "default"
temperature: 0.3
max_tokens: 1024
tools: []
quality_gate:
required_fields: []
min_word_count: 0
max_retries: 0
memory:
working:
enabled: true