MCPcopy Create free account
hub / github.com/AI45Lab/Code / test_from_config

Function test_from_config

core/src/agent_api/tests.rs:336–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

334
335#[tokio::test]
336async fn test_from_config() {
337 let agent = Agent::from_config(test_config()).await;
338 assert!(agent.is_ok());
339}
340
341#[tokio::test]
342async fn test_session_default() {

Callers

nothing calls this directly

Calls 1

test_configFunction · 0.70

Tested by

no test coverage detected