fischer-agentkit/configs
chiguyong 5b42487d8a feat(core): add ReWOO, Plan-and-Execute, Reflexion execution engines
Phase A of Multi-Agent Marketplace architecture:
- ReWOOEngine: plan-all-then-execute pattern for parallel data fetch
- PlanExecEngine: adapter wrapping GoalPlanner+PlanExecutor+PipelineReplanner
- ReflexionEngine: ReAct + Evaluate + Reflect + Retry for high-precision tasks
- SkillConfig: extend VALID_EXECUTION_MODES with rewoo/plan_exec/reflexion
- ConfigDrivenAgent: add _handle_rewoo/_handle_plan_exec/_handle_reflexion routes
- 5 professional agent YAML configs with layered model defaults
- 107 unit tests passing
2026-06-10 17:08:48 +08:00
..
pipelines feat(phase6): implement end-to-end enterprise scenario validation (U15) 2026-06-10 01:38:28 +08:00
skills feat(core): add ReWOO, Plan-and-Execute, Reflexion execution engines 2026-06-10 17:08:48 +08:00
__init__.py feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
geo_handlers.py feat(agentkit): Phase 3 upgrade - persistence, memory, evolution, observability 2026-06-06 17:17:45 +08:00
geo_server.py feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
geo_tools.py feat(streaming): Phase C - LLM streaming + ReAct events + SSE endpoint 2026-06-06 11:54:17 +08:00
llm_config.yaml feat(compression): U6 GEO Pipeline compression integration tests and config 2026-06-07 18:20:41 +08:00