# adk-ts

> A robust framework for building AI agents with multi-provider LLM support

- **URL**: https://www.freshcrate.ai/projects/adk-ts
- **Author**: IQAIcom
- **Category**: Frameworks
- **Latest version**: `@iqai/adk-cli@0.4.8` (2026-03-27)
- **License**: MIT
- **Source**: https://github.com/IQAIcom/adk-ts
- **Homepage**: https://adk.iqai.com
- **Language**: TypeScript
- **GitHub**: 117 stars, 19 forks
- **Registry**: github
- **Tags**: `adk`, `agents`, `agents-sdk`, `ai`, `ai-agents`, `typescript`

## Description

A robust framework for building AI agents with multi-provider LLM support

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `@iqai/adk-cli@0.4.8` | 2026-03-27 | Medium | ### Patch Changes  -   Updated dependencies [d25219b] -   Updated dependencies [2336621] -   Updated dependencies [b4b6887] -   Updated dependencies [751b3e9] -   Updated dependencies [800239b] -   Updated dependencies [d35873a] -   Updated dependencies [c6ff7ef] -   Updated dependencies [fbb3c30] -   Updated dependencies [7c9ddf6]     -   @iqai/adk@0.8.5 |
| `@iqai/mcp-docs@0.1.7` | 2026-03-27 | Medium | ### Patch Changes  -   Updated dependencies [d25219b] -   Updated dependencies [2336621] -   Updated dependencies [b4b6887] -   Updated dependencies [751b3e9] -   Updated dependencies [800239b] -   Updated dependencies [d35873a] -   Updated dependencies [c6ff7ef] -   Updated dependencies [fbb3c30] -   Updated dependencies [7c9ddf6]     -   @iqai/adk@0.8.5 |
| `@iqai/adk@0.8.5` | 2026-03-27 | Medium | ### Patch Changes  -   d25219b: fix: deduplicate concurrent database session initialization  -   2336621: fix: share endInvocation flag by reference between parent/child contexts      endInvocation was a primitive boolean copied by value when creating child     invocation contexts, so sub-agents setting it to true never propagated to     the parent. Wrapped in a shared InvocationFlags object passed by reference.  -   b4b6887: fix: standardize evaluation timestamps to milliseconds  -   751b3e9: f |
| `@iqai/adk-cli@0.4.4` | 2026-03-04 | Low | ### Patch Changes  -   Updated dependencies [58eeac4]     -   @iqai/adk@0.8.1 |
| `@iqai/adk@0.8.1` | 2026-03-04 | Low | ### Patch Changes  -   58eeac4: fix: handle null `answer` from Tavily API in WebSearchTool      Tavily returns `"answer": null` by default when `include_answer` is not set, but the Zod schema typed `answer` as `z.string().optional()` which rejects `null`. Changed to `z.string().nullish()` to accept both `null` and `undefined`. |
| `@iqai/mcp-docs@0.1.3` | 2026-03-04 | Low | ### Patch Changes  -   Updated dependencies [58eeac4]     -   @iqai/adk@0.8.1 |
| `@iqai/mcp-docs@0.1.2` | 2026-03-02 | Low | ### Patch Changes  -   Updated dependencies [d7d8b78]     -   @iqai/adk@0.8.0 |
| `@iqai/adk@0.8.0` | 2026-03-02 | Low | ### Minor Changes  -   d7d8b78: Add popular third-party MCP server wrappers and fix tool name handling     -   Add `McpNotion`, `McpSequentialThinking`, and `McpPlaywright` server wrapper functions     -   Fix MCP tool name sanitization: hyphens in tool names (e.g. `notion-search`) are now replaced with underscores to pass BaseTool validation, while preserving the original name for MCP server calls |
| `@iqai/adk-cli@0.4.3` | 2026-03-02 | Low | ### Patch Changes  -   Updated dependencies [d7d8b78]     -   @iqai/adk@0.8.0 |
| `@iqai/mcp-docs@0.1.1` | 2026-02-09 | Low | ### Patch Changes  -   d671e06: Add `ToolOutputFilterPlugin` to intelligently reduce large tool outputs before downstream processing.      The plugin dynamically generates safe `jq` filters using an LLM to extract only relevant data, applying adaptive and iterative filtering until configurable size or key-count targets are met. This improves performance, prevents context window overflows, and supports per-tool enablement, schema-aware filtering, and strict security checks against unsafe filters. |

## Dependency audit

- **Score**: 100/100
- **Total deps**: 8
- **Resolved**: 8
- **Unresolved**: 0
- **License conflicts**: 0
- **Warnings**: 0
- **Scanned**: 2026-05-11

## Citation

- HTML: https://www.freshcrate.ai/projects/adk-ts
- Markdown: https://www.freshcrate.ai/projects/adk-ts.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/adk-ts/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
