MCPcopy
hub / github.com/stitionai/devika / new_message

Method new_message

src/project.py:25–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 SQLModel.metadata.create_all(self.engine)
24
25 def new_message(self):
26 timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
27
28 return {
29 "from_devika": True,
30 "message": None,
31 "timestamp": timestamp
32 }
33
34 def create_project(self, project: str):
35 with Session(self.engine) as session:

Callers 3

add_message_from_userMethod · 0.95
subsequent_executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected