fischer-agentkit/configs/skills/schema_advisor.yaml

52 lines
988 B
YAML
Raw 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: schema_advisor
agent_type: schema_advisor
version: "1.0.0"
description: "Schema优化建议Agent识别Schema缺失维度生成JSON-LD结构化数据建议"
task_mode: custom
supported_tasks:
- schema_advise
max_concurrency: 2
custom_handler: "configs.geo_handlers.handle_schema_task"
input_schema:
type: object
required:
- brand_id
properties:
brand_id:
type: string
description: 品牌ID
diagnosis_data:
type: object
description: 诊断数据
brand_info:
type: object
description: 品牌信息
focus_dimensions:
type: array
items:
type: string
description: 重点关注维度
output_schema:
type: object
properties:
brand_id:
type: string
suggestions:
type: array
total:
type: integer
tools:
- fill_schema_with_llm
- schema_extract
- schema_generate
memory:
working:
enabled: true
episodic:
enabled: true
track_success: true