@amodalai/core
v0.1.15
Published
Amodal agent runtime core
Readme
@amodalai/core
The agent runtime engine. Handles the ReAct loop, tool execution, skill activation, knowledge retrieval, LLM provider dispatch, and security guardrails.
Install
npm install @amodalai/coreWhat it does
- Config-driven agent loop (explore → plan → execute)
- Multi-provider LLM support (Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure OpenAI)
- Tool system (HTTP, chain, function, MCP)
- Skills and knowledge base
- Audit logging, credential scrubbing, role-based access
- Evaluation framework
