Esta página se muestra en inglés. Una traducción al español está en curso.
WorkflowsMay 13, 2026·3 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Workflow
Instalación
Pip
Confianza
Confianza: Established
Entrada
pip install graphbit
Comando CLI universal
npx tokrepo install ab5e8e95-b35a-5d16-9ead-43accef894d8
Introducción

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.

🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados