The Open Source Foundation for AI Agents. Powered by the DisCo (Distributed Cognition) architecture.
Project description
Soorma Core
The Open Source Foundation for AI Agents.
Soorma is an agentic infrastructure platform based on the DisCo (Distributed Cognition) architecture. It solves the fragmentation in the AI agent ecosystem by providing a standardized Control Plane (Gateway, Registry, State, Pub/Sub).
🚧 Status: Pre-Alpha (Day 0)
We are currently building the core runtime. This package is a placeholder to reserve the namespace and provide early access to the API surface.
Join the waitlist: soorma.ai
The DisCo Architecture
Unlike single-threaded loops (LangChain/AutoGen), Soorma enables Autonomous Choreography.
from soorma import Worker
# Define a long-lived, event-driven worker
analyst = Worker(name="MarketAnalyst", capabilities=["analyze_trends"])
@analyst.on_event("research.requested")
async def handle(event, context):
# React to events, don't just loop
history = await context.memory.retrieve(tags=["Q3"])
return {"analysis": "..."}
Roadmap
- v0.1.0: Core SDK & Local Dev Environment (
soorma dev) - v0.2.0: Managed Cloud Deployment (
soorma deploy) - v1.0.0: Enterprise GA
License
MIT
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 soorma_core-0.1.0.tar.gz.
File metadata
- Download URL: soorma_core-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.3 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34d2aee9bff9d05655ebb2ba8723027a7581ea1fdc371b008d768fef3b28d7f4
|
|
| MD5 |
e9a1dd6a1cefaee9b2975328b422058d
|
|
| BLAKE2b-256 |
42f8885f06a8f4a4815616eff67137c394a2a86df9c21c6df8f29411051ebdc4
|
File details
Details for the file soorma_core-0.1.0-py3-none-any.whl.
File metadata
- Download URL: soorma_core-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.3 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b6ca8d59414a943896c36fee7f533b81dd9528e23273ee79fda3e7fcd5a6453
|
|
| MD5 |
984d4d09adb05328283de9fcd3f99f26
|
|
| BLAKE2b-256 |
5b03a8f1de58c85d3e2af72609cd72d31c0239f09766d6c428f96d7883cc79e7
|