trae-agent-rs-core 0.0.1

Core library for Trae Agent - LLM-based agent for software engineering tasks
Documentation
1
2
3
4
5
6
7
//! Execution trajectory recording and replay

pub mod recorder;
pub mod entry;

pub use recorder::TrajectoryRecorder;
pub use entry::{TrajectoryEntry, EntryType};