Commit fc34077
committed
refactor: generalize coding agent to behavior + business; part 1
- Split monolithic simpleCodeGeneratorAgent into baseAgentBehavior and PhasicAgentBehavior
- CodeGeneratorAgent now inherits Agent class (DO) and uses behavior
- AgentBehavior relies on AgentInfrastructure (provided by DO) to work, allows to write non-DO coding agents (like cli based)
- Phasic for legacy state machine app builder, Agentic for agent driven loop
- Agentic would support multiple project types - 'app', 'workflow', 'slides/docs'1 parent 9d5a178 commit fc34077
File tree
38 files changed
+1889
-1279
lines changed- worker/agents
- assistants
- core
- phasic
- domain/values
- operations
- planning
- services
- implementations
- interfaces
- tools
- toolkit
38 files changed
+1889
-1279
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
| 547 | + | |
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
| |||
0 commit comments