Stan
Stan
**Describe the bug** The API endpoint `/api/agents/:agentId/rooms` returns an empty list of rooms `({"success":true,"data":{"rooms":[]}})` even though the agent is actively participating in multiple rooms and responding to messages in those...
**Describe the bug** the endpoint to get roomId informations is not working: ``` { "success": false, "error": { "message": "API endpoint not found", "code": 404 } } ``` **To Reproduce**...
## Summary This PR implements four major improvements to ElizaOS's security and data architecture: 1. **Entity-Level Row Level Security (RLS)** - PostgreSQL RLS policies for entity-based data isolation 2. **Semantic...