Module models

Module models 

Source
Expand description

Data models for the agent framework

This module contains all the data structures used for agent communication, configuration, and result reporting.

Structs§

AgentConfig
Configuration for an agent
AgentInput
Input for an agent task
AgentMetadata
Metadata about agent execution
AgentMetrics
Metrics for an agent
AgentOutput
Output from an agent
AgentTask
A task for an agent to execute
CodeLocation
Location in code
ConfigSchema
Configuration schema for an agent
FileDiff
A file diff
Finding
A finding from an agent
GeneratedContent
Generated content from an agent
ProjectContext
Project context for agent execution
Suggestion
A suggestion from an agent
TaskOptions
Options for a task
TaskTarget
Target for a task

Enums§

Severity
Severity level of a finding
TaskScope
Scope of a task
TaskType
Type of task an agent can perform