VisionAgent
Defined in the agents module.Rust AI Agent SDK A specialized agent for image analysis and understanding.
Fields
| Name | Type | Description |
|---|---|---|
name | String | Agent name |
model | String | LLM model (e.g., “gpt-4o”, “claude-3-5-sonnet”) |
config | VisionConfig | Vision configuration |
verbose | bool | Verbose output |
Methods
new
name
describe
| Name | Type |
|---|---|
image_source | &str |
analyze
| Name | Type |
|---|---|
image_source | &str |
prompt | &str |
compare
| Name | Type |
|---|---|
images | &[&str] |
Source
View on GitHub
praisonai/src/agents/mod.rs at line 945
