Skip to content

Conversation

@automenta
Copy link

With other enhancements

- Scaffold `core/` directory with Node.js/Fastify/TypeScript
- Implement Schemaless SQLite document store
- Add Anonymous Authentication
- Implement LangChain LLM Service with Agentic Loop (Tools)
- Setup Socket.IO for real-time communication
- Replicate data models using Zod
- Configure frontend to proxy requests to new Node.js backend
- Implement local file storage service and multipart upload support
- Create basic filesystem tools (read, write, list) for the Agent
- Fix dependency versions and LLM image handling logic
- Integrate core file routes and tools into the server
- Create TODO.md with detailed plan for remaining migration phases
- Ensure all Phase 2 features (Core TS backend, FS, Frontend Integration) are included
- Created `core/src/utils/crypto.ts` for basic encryption.
- Enhanced `core/src/db/schema.ts` with `MCPSettingSchema`, `SessionSchema` updates, and `LLMSettingSchema` updates.
- Implemented Settings API in `core/src/routes/settings.ts` supporting Models and MCP config.
- Implemented Session API in `core/src/routes/sessions.ts` supporting CRUD, Chat History, and Public sharing.
- Registered new routes in `core/src/server.ts`.
- Added `core/tests/api.test.ts` for verification.
- Implemented `code_interpreter` tool using `quickjs-emscripten` for pure-JS sandboxing.
- Implemented `browser_open` tool using `playwright` for web content extraction.
- Implemented MCP Client logic and integration into Agent Loop to support external tools.
- Added stub implementations for Connectors and Billing to bypass auth/payment requirements.
- Verified tool registration and schema integrity.
- Implemented `AgentService` to unify chat logic for both REST (SSE) and WebSockets.
- Added `StreamAdapter` pattern (`SSEStreamAdapter`, `SocketStreamAdapter`).
- Updated `sessions.ts` with `POST /sessions/:id/chat` for SSE streaming.
- Updated `sessions.ts` with `POST /sessions/:id/stop` for aborting generation.
- Refactored `socket/index.ts` to use `AgentService`.
- Updated Frontend `chat.service.ts` to use new API endpoints.
- Added comprehensive E2E tests (`agent_e2e.test.ts`, `server_e2e.test.ts`) verifying tool execution and streaming.
- Deleted insecure `.app_secret`.
- Completed TODO.md phases.
@jnorthrup
Copy link

this looks like a seating point for https://github.com/automenta/senars11 ! very excited! this was not my PR branch however

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants