fischer-agentkit/configs/skills/monitor.yaml

65 lines
1.4 KiB
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: monitor
agent_type: performance_tracker
version: "1.0.0"
description: "效果追踪Agent监测品牌引用量、情感、排名变化生成变化报告"
task_mode: custom
supported_tasks:
- monitor_track
- monitor_check_single
max_concurrency: 3
custom_handler: "configs.geo_handlers.handle_monitor_task"
intent:
keywords: ["效果追踪", "监测", "监控", "monitor", "追踪", "排名变化"]
description: "用户需要监测品牌引用量、情感、排名变化"
examples:
- "监测品牌引用变化"
- "追踪效果"
- "品牌排名变化"
input_schema:
type: object
required:
- brand_id
properties:
brand_id:
type: string
description: 品牌ID
keyword:
type: string
description: 关键词monitor_check_single模式
platform:
type: string
description: 平台名称monitor_check_single模式
check_interval_hours:
type: integer
description: 检测间隔小时数
default: 24
output_schema:
type: object
properties:
brand_id:
type: string
brand_name:
type: string
total_queries:
type: integer
checked_records:
type: integer
reports:
type: array
tools:
- monitor_check_and_compare
- monitor_generate_report
- monitor_create_record
- baidu_search
memory:
working:
enabled: true
episodic:
enabled: true
track_success: true