Skip to main content

Multi-tenant AI orchestration framework powered by LangGraph.

Project description

Symvion AI Runtime

A multi-tenant AI orchestration framework powered by LangGraph.

Core Capabilities

Symvion provides a clean, modular Python package that supports:

  • Multi-tenant orchestration with isolated contexts
  • Dynamic agent registration via APIs (stating payloads and expected responses schemas)
  • Abstracted Tool/function calling
  • Observability hooks and state routing via LangGraph

Installation

# From the pypi
pip install symvion

Example Usage

import asyncio
from symvion import Symvion, TenantConfig

async def main():
    config = TenantConfig(tenant_id="acme_corp")
    runtime = Symvion(config=config)
    
    runtime.register_agent({
        "name": "task_orchestrator",
        "description": "Orchestrates general tasks and queries",
        "system_prompt": "You are a helpful task orchestrator. Help the user with their request.",
        "input_schema": {
            "type": "object",
            "properties": {"task_description": {"type": "string"}}
        },
        "output_schema": {
            "type": "object",
            "properties": {"action_plan": {"type": "string"}, "is_complete": {"type": "boolean"}}
        },
        "tools": []
    })
    
    response = await runtime.chat(
        tenant="acme_corp",
        agent_name="task_orchestrator",
        payload_data={"task_description": "Organize my daily schedule and send notifications."}
    )
    print("Response:")
    print(response)

if __name__ == "__main__":
    asyncio.run(main())

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

symvion-0.4.2.tar.gz (229.4 kB view details)

Uploaded Source

Built Distribution

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

symvion-0.4.2-py3-none-any.whl (84.6 kB view details)

Uploaded Python 3

File details

Details for the file symvion-0.4.2.tar.gz.

File metadata

  • Download URL: symvion-0.4.2.tar.gz
  • Upload date:
  • Size: 229.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for symvion-0.4.2.tar.gz
Algorithm Hash digest
SHA256 d871d7795e5b46dd7583715e95f32f9ab81aa78ae0cd159025302aaf5c13079b
MD5 12cae843e3d39d4104b54f7b357c06cf
BLAKE2b-256 3a8d79ddbc8aa499f9595f33e5433aec73e8d07ebe88e041c9b3cb1f4e4bef30

See more details on using hashes here.

File details

Details for the file symvion-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: symvion-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 84.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for symvion-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ee63692f8f7229c2372c398de82d0323b6f226fdfa42d000f8eca1aabd6f0844
MD5 e05bb3b863a85fdc56a3af359790ca3e
BLAKE2b-256 a2df39f9ec4fbc8be90e59c46138c77b0226a7cf8c5f87e447be4c31a12910f2

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