Skip to main content

Production agent framework on LangChain/LangGraph: nine execution patterns, persistent memory, skills, feedback, multi-level HITL, MCP, AGP protocol, runtime bridge, and observability hooks.

Project description

agloom

agloom

Build agents that route themselves.
One familiar API — classification, memory, streaming, guardrails, and learning included.

Nine execution patterns. Auto-selected per task. Skills improve over time.


PyPI version Python 3.12 License Docs

Documentation · Quick Start · PyPI · Examples · Issues


Start here

agloom is a Python framework for production-minded agents on LangChain / LangGraph. You describe the model and tools; agloom picks how to run the task (single-shot, ReAct, supervisor-style delegation, pipelines, and more), tracks steps and tokens, and can learn reusable skills from what worked.

If you already use LangChain’s agent APIs, think of create_agent as your main entrypoint — with orchestration, memory, streaming, and safety knobs in one place.

Install (Python library)

pip install agloom
# optional extras, e.g. Groq:
pip install agloom[groq]

What you get from PyPI

Command / package Role
pip install agloom Python library + agloom-runtime (AGP bridge process)
agloom-runtime serve NDJSON/WebSocket server — used by clients below
agloom on PATH Short install notice only — not the interactive terminal UI

Terminal UI: install the npm package from repo folder agloom_cli/ (npm installnpm run buildnpm start or global agloom after publish). It spawns agloom-runtime over stdio.

Model temperature: pass a configured LangChain chat model (e.g. ChatGroq(..., temperature=0.2)) or a provider-prefixed string ("groq:llama-3.3-70b-versatile"). create_agent does not take a separate temperature= argument.

Your first agent

import asyncio
from langchain_groq import ChatGroq
from agloom import create_agent

async def main():
    llm = ChatGroq(model="meta-llama/llama-4-scout-17b-16e-instruct")
    agent = await create_agent(model=llm, name="my-agent")
    result = await agent.ainvoke("What causes auroras?")
    print(result.output)

asyncio.run(main())

create_agent is async (use await). From synchronous code, use create_agent_sync.

Next steps: Why agloom? · Patterns explained · All parameters


What you get (in plain language)

You want to… agloom helps by…
Ship faster Picking a strategy per query instead of hand-writing routers and graphs
Keep context Session memory by default; optional long-term memory and skills
Show progress Token streaming, trace steps, and model reasoning on the wire (guide)
Stay safe Human-in-the-loop levels, timeouts, retries, rate limits — configurable
Improve over time Skill library and feedback hooks so behavior compounds

For the full feature tour, see What you get in the docs — the README stays short on purpose.


agloom CLI & web workspace

  • Terminal: the agloom CLI (npm agloom-cli, repo agloom_cli/) is the terminal client — React-based UI. From that folder: npm installnpm run buildnpm start. It talks to agloom-runtime over AGP (stdio by default). CLI quick start
  • Browser: agloom_web/ is the Vite workspace for sessions and observability — same idea, run commands inside that folder.

PyPI ships the library and agloom-runtime, not the Ink/React terminal. The console script named agloom only prints where to install the agloom-cli npm client (see table above).


Learn more (documentation hub)

Guide What it’s for
Quick Start Smallest path to a running agent
Execution patterns How routing works (conceptual + diagrams)
Streaming & events Responsive UI patterns
Thinking & reasoning Trace steps vs model reasoning on the wire
Production Deploying, testing, operating
Errors & fixes When something goes wrong

Requirements

  • Python 3.12.x (see pyproject.toml on GitHub for the exact pin)
  • Node.js ≥ 24.15.0 — only if you hack on agloom_cli/ or agloom_web/
  • An LLM API key (Groq, OpenAI, NVIDIA, Hugging Face, or another LangChain-compatible provider)

Contributing & license

Contributions welcome — see CONTRIBUTING.md.

Licensed under Apache 2.0.


agloom

agloom is built by MEDHIRA

hello.medhira@gmail.com · GitHub · PyPI

Founded by S Muni Harish

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

agloom-0.0.1.0.tar.gz (575.9 kB view details)

Uploaded Source

Built Distribution

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

agloom-0.0.1.0-py3-none-any.whl (437.0 kB view details)

Uploaded Python 3

File details

Details for the file agloom-0.0.1.0.tar.gz.

File metadata

  • Download URL: agloom-0.0.1.0.tar.gz
  • Upload date:
  • Size: 575.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for agloom-0.0.1.0.tar.gz
Algorithm Hash digest
SHA256 2c0f2df7da1cbe42d23d3fc528a07a2d82677ffdd631d046d2d4e47b961f836d
MD5 8ef208309381e8992dd3159073bfc954
BLAKE2b-256 4f50524b74ed4a79e676c748285fc44c95a5fd84c80b0a81346409224171241c

See more details on using hashes here.

File details

Details for the file agloom-0.0.1.0-py3-none-any.whl.

File metadata

  • Download URL: agloom-0.0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 437.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for agloom-0.0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dd3b64b133daaf621e26fe7e9c820003f074c8042f30bf31a8b9da01538f0fad
MD5 b85790a3dfc906ce9e8e83ba6b14358a
BLAKE2b-256 bdc35d0f6a43d0701aecdc2edf1cef094de445ca560033af3cbf9e1171f0babb

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