Personal Project
AI Agent Modular Framework
A TypeScript-based modular AI agent framework built on Node.js, designed with a plugin-style architecture for extensibility. It uses Zod for schema validation, supports dynamic tool execution, and manages context with a simple JSON-based memory system. The agent operates in a recursive reasoning loop, enabling multi-step decision making and tool orchestration. With its clean modular design, the framework is easy to extend, integrate, and experiment with for building advanced AI-driven workflows. U can check the code here
Technologies used include:
- Node.js
- OpenAI
- Typescript
