icepick  by hatchet-dev

Build scalable, fault-tolerant AI agents with a code-first approach

Created 3 months ago
538 stars

Top 59.1% on SourcePulse

GitHubView on GitHub
Project Summary

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

  • Install CLI: pnpm i -g @hatchet-dev/icepick-cli
  • Create project: icepick create first-agent
  • Documentation: https://icepick.hatchet.run

Highlighted Details

  • Code-first agent definitions for seamless integration.
  • Distributed execution across a fleet with graceful scheduling and rescheduling.
  • Configurable options for retries, rate limiting, and concurrency control.
  • Supports deployment on various container platforms like Kubernetes, AWS ECS, and GCP Cloud Run.

Maintenance & Community

Licensing & Compatibility

  • License: MIT. Compatible with commercial and closed-source applications.

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.

Health Check
Last Commit

1 month ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
1
Star History
12 stars in the last 30 days

Explore Similar Projects

Starred by Elie Bursztein Elie Bursztein(Cybersecurity Lead at Google DeepMind), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
7 more.

SuperAGI by TransformerOptimus

0.1%
17k
Open-source framework for autonomous AI agent development
Created 2 years ago
Updated 7 months ago
Feedback? Help us improve.