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-0.1.0.tar.gz
(28.2 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-0.1.0-py3-none-any.whl
(40.2 kB
view details)
File details
Details for the file miu_core-0.1.0.tar.gz.
File metadata
- Download URL: miu_core-0.1.0.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d6eb568fccb0978bb944d0a6f46d99d6a17b459bb99db776745c9b5f87d2bdd
|
|
| MD5 |
ef932770c65c07b522d981efadc32729
|
|
| BLAKE2b-256 |
5487b87e8bd2a4512dd87b494fb30af90b44deffe091605db74a76cdb4678882
|
File details
Details for the file miu_core-0.1.0-py3-none-any.whl.
File metadata
- Download URL: miu_core-0.1.0-py3-none-any.whl
- Upload date:
- Size: 40.2 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 |
322f000d1dd1f7fb607fb42d7f61f803d074eb21f319b380dd23c0f0dd52a649
|
|
| MD5 |
fa7ff7bcbabae657945382717f05f5dd
|
|
| BLAKE2b-256 |
14bd95a9c774a40d0af302e707fd9ce8ecb1eb3d9877a4cd88e57110929a0dc8
|