Item detail

IQAIcom/adk-ts

ADK-TS is an MIT-licensed, TypeScript-native AI agent framework that ships multi-LLM support, sessions, memory, built-in tools, and multi-agent orchestration out of the box - with a CLI scaffolder, npm-installable package (@iqai/adk), and end-to-end TypeScript types from the agent definition down to the tool call. Designed for TypeScript developers who want to ship production agents without leavin

Score7.5
Popularity65.0
Risknone
TierSilver
Score breakdown
Usefulness7.0
Novelty7.0
Momentum7.0
Maturity6.8
Open-source/build8.4
Evidence7.2
Workflow potential9.0
Setup ease8.8

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for TypeScript teams building production agents who do not want to maintain a parallel Python service. npm install @iqai/adk (or the @iqai/adk-cli scaffolder), define an agent with full TypeScript types, swap LLM providers via the multi-LLM adapter, and ship a Node-deployable agent with sessions + memory + tools in one codebase.

Who should use it

TypeScript teams building production agents who do not want to maintain a parallel Python serviceNode.js shops who want a framework where every layer (agent, tool, memory) is typed end-to-enddevelopers who need to swap LLM providers (OpenAI / Anthropic / Gemini) without rewriting the agentteams building multi-agent patterns (supervisor / worker / pipeline) without hand-rolling the orchestration layeranyone who wants an MIT-licensed framework so they can ship commercial products without a license review

Who should skip it

Skip if the source link, docs, or setup requirements do not match your workflow.

Risk explanation

No inherent user-impacting risk is flagged from the captured evidence.

Evidence links

Closest alternatives / related signals

agent-frameworktypescriptnodemulti-llmsessionsmemorymulti-agentorchestration