MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / make_session

Function make_session

atomic-agent/src/turn/session.rs:659–661  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

657 use tempfile::TempDir;
658
659 fn make_session() -> AgentSession {
660 AgentSession::new("sess-abc-123", "claude-code", "Claude Code")
661 }
662
663 fn make_store() -> (TempDir, SessionStore) {
664 let dir = TempDir::new().unwrap();

Calls

no outgoing calls