CodeAgentBuilder
Defined in the agents module.Rust AI Agent SDK Builder for CodeAgent
Fields
| Name | Type | Description |
|---|---|---|
name | Option<String> | - |
model | Option<String> | - |
config | CodeConfig | - |
instructions | Option<String> | - |
verbose | bool | - |
Methods
name
| Name | Type |
|---|---|
name | impl Into<String> |
model
| Name | Type |
|---|---|
model | impl Into<String> |
config
| Name | Type |
|---|---|
config | CodeConfig |
instructions
| Name | Type |
|---|---|
instructions | impl Into<String> |
build
Source
View on GitHub
praisonai/src/agents/mod.rs at line 848
