SkillsMay 13, 2026·3 min read

GraphBit — Type-Safe Agentic Framework (Rust + Python)

GraphBit is an open-source agentic framework for deterministic, concurrent execution with type safety, guardrails, observability, and multi-LLM support.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 29/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install ab5e8e95-b35a-5d16-9ead-43accef894d8 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

GraphBit is an open-source agentic framework focused on deterministic, concurrent execution with guardrails and observability. It provides a pip install graphbit quick start, and the repo is GitHub-verified at 537★.

Best for: building agent workflows that need determinism, concurrency control, and production-grade guardrails

Works with: Python package + Rust runtime; multi-LLM providers; tool functions with descriptions; workflow graphs

Setup time: 10–20 minutes

Key facts (verified)

  • README includes a benchmark table claiming large CPU/memory multipliers vs other frameworks (as stated in README).
  • README lists supported Python versions 3.9–3.13 and shows pip install graphbit.
  • README includes a workflow example with tool decorators and node graphs.
  • GitHub: 537 stars · 115 forks; pushed 2026-04-28 (GitHub API verified).

Main

When evaluating an agent framework, test three things early:

  • Can you reproduce outputs (determinism) under retries?
  • Can you cap concurrency and costs under load?
  • Do guardrails and observability give you enough signal to debug failures?

Use GraphBit's quick start to build a small workflow graph and add one real tool call (filesystem/API) before committing to a migration.

README excerpt (verbatim)

GraphBit - High Performance Agentic Framework

Logo

GraphBit - Developer-first, enterprise-grade LLM framework. | Product Hunt GraphBit - Developer-first, enterprise-grade LLM framework. | Product Hunt

Website | Docs | Discord

InfinitiBit%2Fgraphbit | Trendshift
PyPI Downloads

PyPI Build Status PRs Welcome

FAQ

Q: How do I install GraphBit? A: Install with pip install graphbit per README.

Q: What makes it different? A: README emphasizes deterministic, concurrent execution plus guardrails and observability.

Q: Does it support multiple LLMs? A: Yes—README lists multiple providers and shows provider configs.

🙏

Source & Thanks

Source: https://github.com/InfinitiBit/graphbit > License: Apache-2.0 > GitHub stars: 537 · forks: 115

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets