WorkflowsMay 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

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Workflow
Install
Pip
Trust
Trust: Established
Entrypoint
pip install graphbit
Universal CLI install command
npx tokrepo install ab5e8e95-b35a-5d16-9ead-43accef894d8
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