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.13.tar.gz
(28.0 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
File details
Details for the file tinyagent-0.1.13.tar.gz.
File metadata
- Download URL: tinyagent-0.1.13.tar.gz
- Upload date:
- Size: 28.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4362152f99523a356a4689a1692ec13382c67a43e44768edd2880320bd856c32
|
|
| MD5 |
76d0abb3a77961b3849e9fbceef8a8f5
|
|
| BLAKE2b-256 |
c6aa24fbd65f0ebab415bd4f4f52a4636ccf13c68b5aafd1a0e24b9efb074bf7
|
File details
Details for the file tinyagent-0.1.13-py3-none-any.whl.
File metadata
- Download URL: tinyagent-0.1.13-py3-none-any.whl
- Upload date:
- Size: 16.5 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 |
52a8a6e3401b073c9f1e7fe93bb661ac445ecbfe8eeda61a4fdce85cb5ee4dae
|
|
| MD5 |
92ce29dbb5791992f22b48dabea6c766
|
|
| BLAKE2b-256 |
95c3c1905811b9ae67184b12b75de14b104a5f05a8335e36a82aa9eae85a0a05
|