Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ Session
Class
Session
mini_claude_code/models.py:50–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
return
cls(role=
'assistant'
, content=[ToolContentBlock(type=
'tool_use'
,id=id, name=name, input=input)])
49
50
class
Session(BaseModel):
51
messages: list[Message] = Field(default_factory=list)
52
Callers
2
run_repl
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected