fischer-agentkit/configs/skills
chiguyong 669ca604e5 feat(configs): add GEO AgentKit Server configuration
- llm_config.yaml: DeepSeek + OpenAI-compatible providers with env var substitution
- skills/ (8 YAML): citation_detector, content_generator, deai_agent, geo_optimizer,
  monitor, schema_advisor, competitor_analyzer, trend_agent
  - Added intent fields for content_generator, competitor_analyzer, trend_agent
  - Added quality_gate fields for content_generator, deai_agent, geo_optimizer
  - Updated custom_handler paths to configs.geo_handlers
- geo_tools.py: 14 FunctionTools calling GEO Backend via HTTP
- geo_handlers.py: 3 custom handlers (citation/monitor/schema) calling /internal/ API
- geo_server.py: FastAPI factory with LLM Gateway, Tool Registry, Skill Registry
2026-06-05 23:25:14 +08:00
..
citation_detector.yaml feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
competitor_analyzer.yaml feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
content_generator.yaml feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
deai_agent.yaml feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
geo_optimizer.yaml feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
monitor.yaml feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
schema_advisor.yaml feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
trend_agent.yaml feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00