fischer-agentkit/src/agentkit
chiguyong d5998aaddd feat(evolution): U6 GEPA genetic algorithm evolution framework
- PromptChromosome: instructions + demos + constraints gene segments
- CrossoverOperator: paragraph-level text, demo, constraint crossover
- MutationOperator: LLM-driven instruction mutation + demo/constraint mutation
- GEPAPopulation: tournament selection, elite preservation, Pareto front
- FitnessScore: multi-objective (accuracy, latency, cost) with Pareto dominance
- 29 tests passing
2026-06-06 22:38:55 +08:00
..
cli fix(review): address P0+P1 findings from Tier 2 code review 2026-06-06 17:57:47 +08:00
core feat(core): U4 multi-agent Orchestrator with SharedWorkspace 2026-06-06 22:25:12 +08:00
evolution feat(evolution): U6 GEPA genetic algorithm evolution framework 2026-06-06 22:38:55 +08:00
llm feat(agentkit): Phase 4 enterprise production upgrade — 12 Implementation Units 2026-06-06 21:51:04 +08:00
mcp feat(agentkit): Phase 3 upgrade - persistence, memory, evolution, observability 2026-06-06 17:17:45 +08:00
memory feat(memory): U3 EpisodicMemory ORM integration - EpisodeModel and session factory 2026-06-06 22:21:00 +08:00
orchestrator chore: add .gitignore and remove cached files 2026-06-04 22:28:44 +08:00
prompts fix(review): address all 14 P2 advisory findings 2026-06-06 18:20:46 +08:00
quality feat(agentkit): v2 Phase 1 - ReAct/LLM Gateway/Skill/Server + review fixes 2026-06-05 23:32:16 +08:00
router feat(agentkit): v2 Phase 1 - ReAct/LLM Gateway/Skill/Server + review fixes 2026-06-05 23:32:16 +08:00
server feat(memory): U3 EpisodicMemory ORM integration - EpisodeModel and session factory 2026-06-06 22:21:00 +08:00
skills feat(skills): U5 GEO Pipeline orchestration with DAG execution 2026-06-06 22:34:24 +08:00
tools feat(tools): add MCPTool, SequentialChain, ParallelFanOut, DynamicSelector 2026-06-04 22:42:22 +08:00
__init__.py feat(agentkit): v2 Phase 1 - ReAct/LLM Gateway/Skill/Server + review fixes 2026-06-05 23:32:16 +08:00
__main__.py feat(cli): AgentKit CLI with serve/version/health/task/skill/init/usage 2026-06-06 12:45:51 +08:00