Skip to content

Commit b3637b4

Browse files
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 examples
1 parent 875533e commit b3637b4

36 files changed

Lines changed: 1072 additions & 4346 deletions

File tree

95.7 KB
Loading
94.7 KB
Loading

Cargo.lock

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/terraphim_agent_application/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ notify = "6.0"
2424
terraphim_agent_supervisor = { path = "../terraphim_agent_supervisor" }
2525
terraphim_agent_messaging = { path = "../terraphim_agent_messaging" }
2626
terraphim_agent_registry = { path = "../terraphim_agent_registry" }
27-
terraphim_gen_agent = { path = "../terraphim_gen_agent" }
2827
terraphim_kg_orchestration = { path = "../terraphim_kg_orchestration" }
2928
terraphim_kg_agents = { path = "../terraphim_kg_agents" }
3029
terraphim_task_decomposition = { path = "../terraphim_task_decomposition" }

crates/terraphim_agent_registry/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ readme = "../../README.md"
1616
terraphim_types = { path = "../terraphim_types", version = "0.1.0" }
1717
terraphim_automata = { path = "../terraphim_automata", version = "0.1.0" }
1818
terraphim_rolegraph = { path = "../terraphim_rolegraph", version = "0.1.0" }
19-
terraphim_gen_agent = { path = "../terraphim_gen_agent", version = "0.1.0" }
2019
terraphim_agent_supervisor = { path = "../terraphim_agent_supervisor", version = "0.1.0" }
2120
terraphim_agent_messaging = { path = "../terraphim_agent_messaging", version = "0.1.0" }
2221

crates/terraphim_gen_agent/Cargo.toml

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)