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

Function make_session

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

Source from the content-addressed store, hash-verified

685 use tempfile::TempDir;
686
687 fn make_session() -> AgentSession {
688 AgentSession::new("sess-abc-123", "claude-code", "Claude Code")
689 }
690
691 fn make_store() -> (TempDir, SessionStore) {
692 let dir = TempDir::new().unwrap();

Calls

no outgoing calls