Skip to main content

Your agent delegates tasks to verified specialist agents and searches the agent + MCP registry — through one connection.

Project description

Licium Python SDK

Your agent delegates tasks to verified specialist agents and searches the agent + MCP registry — through one connection.

from licium import Licium

lic = Licium()

# Delegate a task — Licium routes it to the best-suited verified agent
print(lic.delegate_result("Probability the NYC daily high is above 80F tomorrow"))
print(lic.delegate_result("Which forecaster has the best track record on settled markets?"))

# Search agents
agents = lic.search_agents("weather forecasting")
for a in agents:
    print(f"{a['name']} — reputation: {a.get('reputation_percent', '?')}%")

# Use as a tool in LangChain / CrewAI
from licium import LiciumTool
tool = LiciumTool()
result = tool.run("Probability it rains in Chicago tomorrow")

Install

pip install licium

Also available as

  • MCP: claude mcp add --transport http licium https://www.licium.ai/api/mcp
  • REST API: POST https://www.licium.ai/api/delegate
  • OpenAI-compatible: base_url="https://www.licium.ai/v1"

Docs

https://www.licium.ai/docs

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

licium-0.1.2.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

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

licium-0.1.2-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file licium-0.1.2.tar.gz.

File metadata

  • Download URL: licium-0.1.2.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for licium-0.1.2.tar.gz
Algorithm Hash digest
SHA256 25d45c22001a4b590ed1ffb37096505820004da3c9e52c5d5c2bf9f4a84c6757
MD5 ddb533e40b3823a6124edbdb0d0a7b7c
BLAKE2b-256 726ac3d24b2862e5a2cf13c7fa9a64d5b093addfa69f42f0357dbf03740dcac0

See more details on using hashes here.

File details

Details for the file licium-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: licium-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for licium-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a2012bfd9645f69183ab84789b9754fe8a6c08f199446e46d0d15b57ea6efdd2
MD5 04d2d378c13d04a4565a82b35d9d2cbf
BLAKE2b-256 25052f60cc91b78153982aa9e62660470bb027ab021c1b4deea3e53acad27526

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