| 338 | } |
| 339 | |
| 340 | struct AgentConfig { |
| 341 | model: String, |
| 342 | soul: Option<String>, |
| 343 | instructions: Option<String>, |
| 344 | user_context: Option<String>, |
| 345 | memory: Option<String>, |
| 346 | } |
nothing calls this directly
no outgoing calls
no test coverage detected