func(resp *proto.ExecResponse) error
| 39 | } |
| 40 | |
| 41 | type ExecHandler func(resp *proto.ExecResponse) error |
| 42 | |
| 43 | // Controller is the main controller that coordinates all components. |
| 44 | // It acts as a single-writer system for managing agentic loops. |
no outgoing calls
no test coverage detected