Open
Conversation
- 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.
|
this looks like a seating point for https://github.com/automenta/senars11 ! very excited! this was not my PR branch however |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With other enhancements