Commit 9aeb1b2
committed
feat(forge): add dynamic agent system and fix Greptile issues
- Add Critical variant to Severity enum in protocol.rs
- Fix is_warning_or_higher() to include Critical severity
- Fix label() method to include Critical case
- Update forge.toml config schema to match ForgeConfig structure
- Add DynamicAgent for loading agents from TOML configuration
- Add AgentRulesFile parser for full agent rules TOML format
- Add load_agents_from_directory() and create_agent() factory functions
- Re-export new config and agent types from forge module1 parent 72ce4b7 commit 9aeb1b2
File tree
6 files changed
+991
-33
lines changed- .cortex/forge
- src/cortex-agents/src/forge
- agents
6 files changed
+991
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
18 | 16 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments