Skip to main content

Build LLM workflows like normal Python while keeping a full audit trail by default.

Project description

Republic

Release Build status codecov Commit activity License

Build LLM workflows like normal Python while keeping a full audit trail by default.

Visit https://getrepublic.org for concepts, guides, and API reference.

Republic is a tape-first LLM client: messages, tool calls, tool results, errors, and usage are all recorded as structured data. You can make the workflow explicit first, then decide where intelligence should be added.

Quick Start

pip install republic
from __future__ import annotations

import os

from republic import LLM

api_key = os.getenv("LLM_API_KEY")
if not api_key:
    raise RuntimeError("Set LLM_API_KEY before running this example.")

llm = LLM(model="openrouter:openrouter/free", api_key=api_key)
result = llm.chat("Describe Republic in one sentence.", max_tokens=48)
print(result)

Why It Feels Natural

  • Plain Python: The main flow is regular functions and branches, no extra DSL.
  • Structured error handling: Errors are explicit and typed, so retry and fallback logic stays deterministic.
  • Tools without magic: Supports both automatic and manual tool execution with clear debugging and auditing.
  • Tape-first memory: Use anchor/handoff to bound context windows and replay full evidence.
  • Event streaming: Subscribe to text deltas, tool calls, tool results, usage, and final state.

Authentication

Republic supports:

  • static api_key
  • provider maps such as api_key={"openai": "...", "anthropic": "..."}
  • dynamic api_key_resolver
  • provider-specific OAuth resolvers for OpenAI Codex and GitHub Copilot

Keep the README short and move auth setup into the docs:

Development

make check
make test

See CONTRIBUTING.md for local setup, testing, and release guidance.

License

Apache 2.0


This project is derived from lightning-ai/litai and inspired by pydantic/pydantic-ai; we hope you like them too.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

republic-0.5.8.tar.gz (157.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

republic-0.5.8-py3-none-any.whl (62.8 kB view details)

Uploaded Python 3

File details

Details for the file republic-0.5.8.tar.gz.

File metadata

  • Download URL: republic-0.5.8.tar.gz
  • Upload date:
  • Size: 157.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for republic-0.5.8.tar.gz
Algorithm Hash digest
SHA256 4b8a3cad45080557c7d34b49cfd2d5d24d01aaba35d27ac19a3bf510674b77e5
MD5 b94e39e9e5feece8ba96e76a168bfdf5
BLAKE2b-256 e9714766e21bd9aff9edc806556c92f208bc14aa7d708f8f4d3941bc5ebe6115

See more details on using hashes here.

File details

Details for the file republic-0.5.8-py3-none-any.whl.

File metadata

  • Download URL: republic-0.5.8-py3-none-any.whl
  • Upload date:
  • Size: 62.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for republic-0.5.8-py3-none-any.whl
Algorithm Hash digest
SHA256 e323881df8239fb23b4cce3f7323aee88dae257fa4a47e625090d711545919a0
MD5 ef06c86ac6a454c7162259816847ab09
BLAKE2b-256 b49cc453a54b8678e5cd6d6db3d8730a4fad86e7cc558d0d9cd6b046ee61013b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page