Commit b3637b4
committed
refactor: Remove experimental terraphim_gen_agent crate and fix compilation issues
- Remove terraphim_gen_agent experimental OTP GenServer-inspired framework
- Fix unused import warnings in workflow modules
- Resolve type mismatch errors in multi-agent handlers
- Clean up dependencies in agent_registry, kg_agents, goal_alignment, and agent_application crates
- Fix WebSocket workflow parameter handling for prompt chaining
- Add Playwright test screenshots for agent workflow examples
- Ensure main workspace compiles successfully with working agent examples1 parent 875533e commit b3637b4
36 files changed
Lines changed: 1072 additions & 4346 deletions
File tree
- .playwright-mcp
- crates
- terraphim_agent_application
- terraphim_agent_registry
- terraphim_gen_agent
- benches
- src
- tests
- terraphim_goal_alignment
- src
- terraphim_kg_agents
- terraphim_mcp_server/src
- terraphim_multi_agent
- src
- examples/agent-workflows
- 1-prompt-chaining
- 2-routing
- 3-parallelization
- 4-orchestrator-workers
- 5-evaluator-optimizer
- terraphim_server/src/workflows
Loading
Loading
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
This file was deleted.
0 commit comments