Discover and explore top open-source AI tools and projects—updated daily.
Build scalable, fault-tolerant AI agents with a code-first approach
Top 59.1% on SourcePulse
Icepick is a TypeScript library for building fault-tolerant, scalable AI agents, targeting developers who need to integrate AI capabilities into existing codebases. It simplifies durable execution, queueing, and scheduling, allowing users to focus on core business logic rather than infrastructure complexities.
How It Works
Icepick leverages Hatchet, a durable task queue, to provide automatic checkpoints for agent execution. This ensures agents can recover from failures or wait for external events without consuming resources. Agents and tools are defined as simple functions, promoting code-first development and easy integration. The library handles distributed execution, rescheduling on machine failure, and provides configurable options for retries, rate limiting, and concurrency.
Quick Start & Requirements
pnpm i -g @hatchet-dev/icepick-cli
icepick create first-agent
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Icepick is not a comprehensive AI framework; it focuses on the infrastructure layer and expects users to manage LLM calls, prompts, and agent memory implementation.
1 month ago
Inactive