MCPcopy Create free account
hub / github.com/calebwin/pgclaw / AgentConfig

Class AgentConfig

src/process.rs:340–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340struct AgentConfig {
341 model: String,
342 soul: Option<String>,
343 instructions: Option<String>,
344 user_context: Option<String>,
345 memory: Option<String>,
346}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected