AgentOSConfig
Defined in the protocols module.Rust AI Agent SDK Agent OS configuration.
Fields
| Name | Type | Description |
|---|---|---|
url | String | Agent OS URL |
api_key | Option<String> | API key |
agent_id | Option<String> | Agent ID |
telemetry | bool | Enable telemetry |
timeout | u32 | Connection timeout |
Methods
new
| Name | Type |
|---|---|
url | impl Into<String> |
api_key
| Name | Type |
|---|---|
key | impl Into<String> |
agent_id
| Name | Type |
|---|---|
id | impl Into<String> |
no_telemetry
Source
View on GitHub
praisonai/src/protocols/mod.rs at line 247
