Core framework library for miu AI agent
Project description
miu-core
Core framework library for miu AI agent.
Installation
uv add miu-core
With LLM providers:
uv add miu-core[anthropic] # Anthropic Claude
uv add miu-core[openai] # OpenAI
uv add miu-core[google] # Google Gemini
uv add miu-core[all] # All providers
Usage
from miu_core.providers import AnthropicProvider
from miu_core.agents import ReActAgent
provider = AnthropicProvider()
agent = ReActAgent(provider=provider)
response = await agent.run("Hello!")
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
miu_core-1.0.0.tar.gz
(33.8 kB
view details)
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
miu_core-1.0.0-py3-none-any.whl
(45.4 kB
view details)
File details
Details for the file miu_core-1.0.0.tar.gz.
File metadata
- Download URL: miu_core-1.0.0.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65ff1b3b2014bb30c85e925b68300fb5560ecfeaf1409ee51f99c40c8b916444
|
|
| MD5 |
bd9066507402c9852f46ca6e26eb950f
|
|
| BLAKE2b-256 |
c93ae7017a6cdad03c7f04c37e58016d24bb338ddb65b468b46df51f343d7551
|
File details
Details for the file miu_core-1.0.0-py3-none-any.whl.
File metadata
- Download URL: miu_core-1.0.0-py3-none-any.whl
- Upload date:
- Size: 45.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5802484b5b796918c308908edcc5a048e81ae85f455072a3c5d635f4dab9cd44
|
|
| MD5 |
c0be8d54046112810bf924fc7201aadc
|
|
| BLAKE2b-256 |
b83b0d2b680b0cec096ee4cb499dc75cbde0ce39fff22e2e2075e8ac8737b127
|