forge-os
Meta-package for Forge — the universal agent harness.
Installing forge-os pulls in the five runtime packages together:
forge-core— orchestration engine, evolution FSM, typesforge-cli— theforgecommandforge-observe— tracing, metrics, cost model, dashboard backendforge-memory— hybrid vector / graph / symbolic memoryforge-adapters— LangGraph / CrewAI / AutoGen / generic adapters
Install
pip install forge-os
Framework extras:
pip install "forge-os[langgraph]"
pip install "forge-os[crewai]"
pip install "forge-os[autogen]"
pip install "forge-os[all]"
Quickstart
forge wrap examples/langgraph_research/flow.py --input '{"query":"What is RAG?"}'
Or use the Python API:
import forge_os
print(forge_os.__version__)
from forge_os import MetaOrchestrator, TaskEnvelope
For the full feature matrix and architecture, see the project README
and docs/architecture.md.
License
Apache-2.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
forge_os-0.2.0.tar.gz
(6.3 kB
view details)
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 forge_os-0.2.0.tar.gz.
File metadata
- Download URL: forge_os-0.2.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca242c619070eb4634bd700575bd8b94a17bba27b6e0e4555ae673d8d8301dba
|
|
| MD5 |
24fdc47cad7a4efb4c6208083e754237
|
|
| BLAKE2b-256 |
956687104ad873b4cdae5ad55ac10180aa9a4cad45f358f41ddcd031e74ba71b
|
File details
Details for the file forge_os-0.2.0-py3-none-any.whl.
File metadata
- Download URL: forge_os-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36dc9b0a7eeec8339c0ab731adea65f55849e5128724ff34f211b340e06b7055
|
|
| MD5 |
addf435017725ba6a826f0241ed8b12b
|
|
| BLAKE2b-256 |
65f0ea5dbc15ac32367e1e391d5c9c7f3861a1f9f17ed13754d8792298a23986
|