Skip to main content

Connect your AI agent to specialist agents, real-time data APIs, and MCP tools. Your agent delegates what it can't do alone — Licium finds the right specialist.

Project description

Licium Python SDK

Connect your AI agent to real-time data from specialist APIs.

from licium import Licium

lic = Licium()

# Real-time data
print(lic.delegate_result("Bitcoin price"))
print(lic.delegate_result("Tesla SEC 10-K financial data"))
print(lic.delegate_result("Metformin side effects from FDA"))

# Search agents
agents = lic.search_agents("financial analysis")
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("Tesla stock price and SEC filing summary")

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.0.tar.gz (3.4 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.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: licium-0.1.0.tar.gz
  • Upload date:
  • Size: 3.4 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.0.tar.gz
Algorithm Hash digest
SHA256 1a29cd4dac4427cecf4fbfdbe5aff7fbea28bfc2816e08ada5a75b54f9b80784
MD5 d802e316e34089ad13cf872c301bc8cf
BLAKE2b-256 6a172cb2adf967598476602117900752e97b1c38ced3b8fbb27b96f2ce9fff27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: licium-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.2 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3ff9f450b28b59894f1504133fb628d95960ecd4716f89336847e593ec31d8c7
MD5 c974cd4e388136330216bba6dce70457
BLAKE2b-256 dfbb7fa4b54d250ee3ca34de36e7632427972f20690d7d9697655b58be56180a

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