Forge — universal agent harness (meta-package). Installs forge-core, forge-cli, forge-observe, forge-memory, and forge-adapters together.
Project description
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
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 Distributions
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-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
|