Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stitionai/devika
/ Projects
Class
Projects
src/project.py:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
11
class
Projects(SQLModel, table=True):
12
id: Optional[int] = Field(default=None, primary_key=True)
13
project: str
14
message_stack_json: str
15
16
17
class
ProjectManager:
Callers
2
create_project
Method · 0.85
add_message_to_project
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected