A minimalistic agent framework
Project description
tinyagent
A tiny LLVM-based agent with minimal dependencies, written in Python
- Currently only pydantic and requests are necessary
Quick Install
pip install tinyagent
Get Started
# export OPENAI_API_KEY=sk-...
from tinyagent import get_agent
agent = get_agent('gpt-4o')
agent.chat('translate tinyagent to Japanese')
agent.chat('explain this image',
image='https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Doll_face_silver_Persian_2.jpg/1280px-Doll_face_silver_Persian_2.jpg')
Supports
| LLM | text | image | too call | streaming |
|---|---|---|---|---|
| OpenAI | ○ | ○ | ○ | ○ |
| Claude | ○ | ○ | ○ | ○ |
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
tinyagent-0.1.9.tar.gz
(26.9 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
tinyagent-0.1.9-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file tinyagent-0.1.9.tar.gz.
File metadata
- Download URL: tinyagent-0.1.9.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ecaea4b9b626db06577efc96732f8df04fe6454708c2c29f81fbffa74f340d3
|
|
| MD5 |
8fbf79ddfd1c7d76369818dc75708aab
|
|
| BLAKE2b-256 |
529274480cae54a521be9bd7b759753e2b9010d8c0cdba08d2abc33b57deef33
|
File details
Details for the file tinyagent-0.1.9-py3-none-any.whl.
File metadata
- Download URL: tinyagent-0.1.9-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a74152e446b7b800c98b636bc9b37a7fe814731c53965350b3f0f7c780532cec
|
|
| MD5 |
8594c09c5da032948bbe94c7434404a8
|
|
| BLAKE2b-256 |
59f578d32acc703b4e85450c6c5a9d637e0ce9d718607f395a48bf151cdce403
|