Python SDK for agenttool.dev — memory and tools for AI agents
Project description
agenttool
Python SDK for agenttool.dev — memory and tools for AI agents.
pip install agenttool
from agenttool import AgentTool
at = AgentTool() # reads AT_API_KEY from env
at.memory.store("learned something new")
results = at.memory.search("what did I learn?")
hits = at.tools.search("latest AI news")
page = at.tools.scrape("https://example.com")
out = at.tools.execute("print(1 + 1)")
Set your key: export AT_API_KEY=your-key-here
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
agenttool_sdk-0.1.0.tar.gz
(5.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
File details
Details for the file agenttool_sdk-0.1.0.tar.gz.
File metadata
- Download URL: agenttool_sdk-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd1afe9b03fe0366ff60336aa29dac1911693b4bb712eb5198eb3c96221a44e8
|
|
| MD5 |
cff5dc373041c9223da9ba28d0bcf776
|
|
| BLAKE2b-256 |
af14aee0713085b2f0547e553803426248537badf19dbca81c43a0a2380c75ed
|
File details
Details for the file agenttool_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agenttool_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64b37e3783b8295d0b5c655c9aacbf9d5b59a85844b68e3bc1cbc0edcd59c8ef
|
|
| MD5 |
5cd4fec248f3ecf1911f1d4daeae48fb
|
|
| BLAKE2b-256 |
fa565c1e4b2731bab59f601892d39121287168067d48b1e267627d7190d59acf
|