chore: filled in project structure
Added some example basic files containing a functioning /message endpoint which logs the received message to INFO. ref: N25B-144
This commit is contained in:
4
src/control_backend/agents/test_agent.py
Normal file
4
src/control_backend/agents/test_agent.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from spade.agent import Agent
|
||||
|
||||
class TestAgent(Agent):
|
||||
pass
|
||||
Reference in New Issue
Block a user