-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Observer
2025-10-09 12:26:06 INFO deus_core::agent::agent: deus-core/src/agent/agent.rs:212: \x1b[1;32mObserver at turn 1\x1b[0m: CompletionStatus { status: "done", progress: 100, summary: "User information retrieved and rectangle area calculated successfully.", recommendations: [] }
println!("{}", "Observer".green().bold());
info!(
"{}: {:?}",
format!("Observer at turn {}", current_turn).green().bold(),
status
);println is work, but inside tracing not work, am wondering, is anyone worked with tracing?
Metadata
Metadata
Assignees
Labels
No labels