🤖 Agenite
@subeshb1
About 🤖 Agenite
🤖 Build powerful AI agents with TypeScript. Agenite makes it easy to create, compose, and control AI agents with first-class support for tools, streaming, and multi-agent architectures. Switch seamlessly between providers like OpenAI, Anthropic, AWS Bedrock, and Ollama.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Agenite?
Agenite is a TypeScript framework for building sophisticated AI agents. It offers a modular, type-safe, and flexible architecture for creating, composing, and controlling AI agents with advanced capabilities like tool integration, multi-agent coordination, and step-based execution.
How to use Agenite?
Install core packages (@agenite/agent, @agenite/tool, @agenite/llm) and at least one provider (e.g., @agenite/openai). Then create an Agent instance with a provider, tools, and instructions, and execute it using agent.execute() or iterate with agent.iterate() for streaming control.
Key features of Agenite
- TypeScript-first design with robust type checking
- Provider agnostic: supports OpenAI, Anthropic, Bedrock, Ollama
- First-class tool integration with JSON Schema validation
- Step-based execution using JavaScript generators
- Built-in state management with reducers and middleware system
- Model Context Protocol (MCP) client for standardized data access
Use cases of Agenite
- Building single-purpose assistants with custom tool sets
- Creating multi-agent workflows where specialist agents are coordinated
- Streaming real-time responses with fine-grained control over LLM calls and tool results
- Connecting LLMs to external data sources via MCP servers
- Debugging agent execution with middleware like pretty-logger
FAQ from Agenite
What LLM providers are supported?
The framework supports OpenAI, Anthropic (Claude), AWS Bedrock (Claude and Titan), and local models via Ollama.
How do I define tools for an agent?
Tools are defined using the Tool class with a name, description, input schema, and an async execute function. Inputs are validated against the schema.
What is the Model Context Protocol (MCP)?
MCP is a standardized protocol for connecting LLMs to data sources (web content, filesystem, databases). Agenite provides an MCP client implementation.
Can I create multi-agent systems?
Yes – agents can be nested. A coordinator agent can delegate tasks to specialist agents, each with their own tools and instructions.
What are the runtime requirements?
Agenite requires Node.js (for npm packages) and TypeScript. Provider packages may need API keys or environment configuration (e.g., AWS credentials for Bedrock).
Frequently asked questions
What LLM providers are supported?
The framework supports OpenAI, Anthropic (Claude), AWS Bedrock (Claude and Titan), and local models via Ollama.
How do I define tools for an agent?
Tools are defined using the `Tool` class with a name, description, input schema, and an async `execute` function. Inputs are validated against the schema.
What is the Model Context Protocol (MCP)?
MCP is a standardized protocol for connecting LLMs to data sources (web content, filesystem, databases). Agenite provides an MCP client implementation.
Can I create multi-agent systems?
Yes – agents can be nested. A coordinator agent can delegate tasks to specialist agents, each with their own tools and instructions.
What are the runtime requirements?
Agenite requires Node.js (for npm packages) and TypeScript. Provider packages may need API keys or environment configuration (e.g., AWS credentials for Bedrock).
Basic information
More AI & Agents MCP servers
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Comments