A bridge package for connecting multiple agent frameworks (LangGraph, CrewAI, Microsoft Agent Framework, etc.) with GreenNode AgentBase
Project description
GreenNode Agent Bridge
A bridge package for connecting multiple agent frameworks (LangGraph, CrewAI, Microsoft Agent Framework, etc.) with GreenNode AgentBase. Use your preferred agent framework while persisting state and memory in AgentBase Memory and Runtime services.
Features
- Framework adaptors – Integrate agent frameworks with GreenNode AgentBase Memory and Runtime.
- Optional extras – Install only the frameworks you use; extras are isolated so installing one does not pull in others.
- LangGraph support – First-class support for LangGraph with:
- AgentBaseMemoryEvents – A
BaseCheckpointSaverthat persists LangGraph checkpoints as events in AgentBase Memory. - AgentBaseMemoryRecords – A
BaseStorethat saves chat messages as conversational events and retrieves memories via semantic search (embedding and processing run in AgentBase Memory).
- AgentBaseMemoryEvents – A
Requirements
- Python 3.10+
- GreenNode AgentBase (core dependency)
Installation
Base package (AgentBase only; no framework adaptors):
pip install greennode-agent-bridge
With LangGraph support:
pip install "greennode-agent-bridge[langgraph]"
Other extras (e.g. CrewAI) may be added in future releases. Installing one extra does not install packages from other extras.
Usage
LangGraph checkpoint and store
When the [langgraph] extra is installed, you can use AgentBase Memory as a checkpoint saver and as a store for conversation and memory:
from greennode_agent_bridge import AgentBaseMemoryEvents, AgentBaseMemoryRecords
# Checkpoint saver for LangGraph (persists graph state to AgentBase Memory)
checkpointer = AgentBaseMemoryEvents(
memory_id="your-memory-id",
# optional: memory_client=client,
)
# Store for chat messages and semantic memory (saves events, retrieves via AgentBase)
store = AgentBaseMemoryRecords(
memory_id="your-memory-id",
)
# Use with your LangGraph graph
# graph = ... .compile(checkpointer=checkpointer)
# app with store for memory operations
Configure memory_id (and optionally credentials/client) according to your AgentBase Memory setup.
Without optional dependencies
If you import LangGraph types without installing the [langgraph] extra, the package raises an error that tells you to install greennode-agent-bridge[langgraph].
Development
With uv:
uv sync --group dev --group build
uv run ruff check src
uv run pytest
License
Apache-2.0. See LICENSE for details.
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file greennode_agent_bridge-1.0.4.tar.gz.
File metadata
- Download URL: greennode_agent_bridge-1.0.4.tar.gz
- Upload date:
- Size: 154.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f053f0f860f7110b1d2ae8e43a2a6571917aa92c2b4f3d8be0b00ee67fa80fa5
|
|
| MD5 |
ad5ec952bea8e24d05225e8ab62ab4b9
|
|
| BLAKE2b-256 |
a84da0d1fd47f6994fb64bfa17df6bb97bfe9750c8614ba3d6e4d538e8e8ec4f
|
Provenance
The following attestation bundles were made for greennode_agent_bridge-1.0.4.tar.gz:
Publisher:
publish.yml on vngcloud/greennode-agent-bridge
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
greennode_agent_bridge-1.0.4.tar.gz -
Subject digest:
f053f0f860f7110b1d2ae8e43a2a6571917aa92c2b4f3d8be0b00ee67fa80fa5 - Sigstore transparency entry: 1123473120
- Sigstore integration time:
-
Permalink:
vngcloud/greennode-agent-bridge@a208fe0db5307eddabc45b926f0b411adab93516 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/vngcloud
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a208fe0db5307eddabc45b926f0b411adab93516 -
Trigger Event:
push
-
Statement type:
File details
Details for the file greennode_agent_bridge-1.0.4-py3-none-any.whl.
File metadata
- Download URL: greennode_agent_bridge-1.0.4-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa663ef9d4d7e9cc020240aed80051538980ccc1073b71ff186f2b5413ae8ff4
|
|
| MD5 |
e1e5050565c1471533a5a0e2925a9d15
|
|
| BLAKE2b-256 |
847f4715c651ab175b8117572de4bfebf9bdff04139ae4bbb33586f49f601993
|
Provenance
The following attestation bundles were made for greennode_agent_bridge-1.0.4-py3-none-any.whl:
Publisher:
publish.yml on vngcloud/greennode-agent-bridge
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
greennode_agent_bridge-1.0.4-py3-none-any.whl -
Subject digest:
aa663ef9d4d7e9cc020240aed80051538980ccc1073b71ff186f2b5413ae8ff4 - Sigstore transparency entry: 1123473168
- Sigstore integration time:
-
Permalink:
vngcloud/greennode-agent-bridge@a208fe0db5307eddabc45b926f0b411adab93516 -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/vngcloud
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a208fe0db5307eddabc45b926f0b411adab93516 -
Trigger Event:
push
-
Statement type: