vv-agent 0.8.0

VectorVein agent runtime, SDK, CLI, tools, and workspace backends
Documentation
1
2
3
4
5
6
7
8
use serde_json::{json, Value};
use vv_agent::runtime::backends::{
    CycleDispatchResult, DistributedBackend, InlineBackend, RuntimeRecipe, ThreadBackend,
};
use vv_agent::types::AgentTask;
use vv_agent::{AgentResult, AgentStatus, CancellationToken, CycleRecord, LLMResponse, Message};

include!("runtime_backends/core.rs");