Eamico-branded LLM, image, and payments integrations (façade over emergentintegrations).
Project description
eamicointegrations
Eamico-branded façade over emergentintegrations — same LLM, image-gen, and payments helpers, just under the Eamico namespace so projects bootstrapped by Eamico Studio can use the canonical Universal LLM key without crossing brand boundaries.
Install
pip install eamicointegrations \
--extra-index-url https://d33sy5i8bnduwe.cloudfront.net/simple/
The --extra-index-url is required because the upstream emergentintegrations package is published to a private CDN index. PyPI mirrors only the eamicointegrations façade.
Use
from eamicointegrations.llm.chat import LlmChat, UserMessage
chat = LlmChat(api_key="sk-emergent-...", session_id="demo", system_message="...")
chat = chat.with_model("anthropic", "claude-sonnet-4-5")
reply = await chat.send_message(UserMessage(text="Hello"))
Any name exported by emergentintegrations.llm.chat, .llm.openai, .llm.utils, or .payments is re-exported here. Identical behaviour — same Universal Key, same backends.
Versioning
eamicointegrations |
requires emergentintegrations |
|---|---|
0.2.x |
>=0.1.0 |
Major versions move in lockstep. Patch versions diverge — bug fixes ship independently.
License
Apache-2.0. Copyright © Eamico Labs.
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 eamicointegrations-0.2.0.tar.gz.
File metadata
- Download URL: eamicointegrations-0.2.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2da1c43944ced4fd7b1d4107929d810d03150ac2d1b52b4401f0db118ea66d3b
|
|
| MD5 |
a92e7f6744cb13d55c6d32a1f105f4e5
|
|
| BLAKE2b-256 |
35e171e228e51a23196198b290bf9be66fc0e82f6b0a3a21aad1c166cff2dbdf
|
File details
Details for the file eamicointegrations-0.2.0-py3-none-any.whl.
File metadata
- Download URL: eamicointegrations-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd4e08f691d07697500ec69118c0b6e3fd7aa0c741f61c8120e106dcb9926170
|
|
| MD5 |
d3937ef664a0ff0ebd8319f254a180dc
|
|
| BLAKE2b-256 |
04805331a9259cecb5a903224128340303508bd08adfccb9d2b0147f9432f1b1
|