This website requires JavaScript.
Explore
Help
Sign In
WEBDIENSTE
/
openswarm
Watch
1
Star
0
Fork
0
mirror of
https://github.com/openswarm-ai/openswarm.git
synced
2026-09-18 23:57:41 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e4f400962f7963e578e4ab125d2b5ad1855183d9
openswarm
/
backend
/
apps
/
agents
T
History
haikdc
2a898f3f08
[Haik]: refactor: overhaul agents API contract and frontend backend layer — rename all backend agent routes from RESTful path-param style (e.g. /sessions/{id}/message) to flat action-named endpoints (e.g. /send_message), replace Pydantic BaseModel request classes (LaunchBody, MessageBody, etc.) with inline FastAPI Body() parameters, delete the scattered frontend shared/routes/ directory (11 files) and agentsThunks.ts, and replace them with a co-located shared/backend/apps/ structure where each backend app has its routes, fetch functions, and async thunks in a single file
2026-04-18 02:23:44 -07:00
..
agent_utils
[Haik]: tools subapp done, some touch ups may be done tho
2026-04-05 14:24:16 -07:00
COMMS_MANAGER
[Haik]: Fixed all pydantic instance attribute violations
2026-04-17 23:34:15 -07:00
ResolvedModeConfig
[Haik]: tools subapp done, some touch ups may be done tho
2026-04-05 14:24:16 -07:00
__init__.py
[Haik]: ckpt on agents.py abstraction, looking good so far but we can do more
2026-04-05 08:37:38 -07:00
agents.py
[Haik]: refactor: overhaul agents API contract and frontend backend layer — rename all backend agent routes from RESTful path-param style (e.g. /sessions/{id}/message) to flat action-named endpoints (e.g. /send_message), replace Pydantic BaseModel request classes (LaunchBody, MessageBody, etc.) with inline FastAPI Body() parameters, delete the scattered frontend shared/routes/ directory (11 files) and agentsThunks.ts, and replace them with a co-located shared/backend/apps/ structure where each backend app has its routes, fetch functions, and async thunks in a single file
2026-04-18 02:23:44 -07:00