Filesystem-first framework for durable backend AI agents in Python
Project description
pyeve
Filesystem-first framework for durable backend AI agents in Python.
Coming soon. This package is under active development. See the TypeScript version for the stable release.
What it will do
Drop an agent/ directory, run pyeve dev. Your agent is live.
my-agent/
└── agent/
├── agent.py # model + runtime config
├── instructions.md # always-on system prompt
└── tools/
└── get_weather.py
Tools are plain async functions — no boilerplate:
# agent/tools/get_weather.py
async def execute(city: str) -> dict:
"""Return current weather for a city."""
return {"city": city, "condition": "Sunny", "temp_f": 72}
- Works with FastAPI, Django, Flask, or standalone
- Durable sessions out of the box
- Provider-agnostic: Anthropic, OpenAI, SAP AI Core, LiteLLM
Stay tuned
- GitHub: https://github.com/vercel/eve
- Docs: https://beta.eve.dev
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 pyeve-0.1.0.tar.gz.
File metadata
- Download URL: pyeve-0.1.0.tar.gz
- Upload date:
- Size: 154.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9e4067bab9567a230cc5d92ebd7d9118805b32af9c91eba1c1c9b9490b8a62f
|
|
| MD5 |
5f7dd2013c5ded0dfe66d5739893d674
|
|
| BLAKE2b-256 |
5198a86497e32e3e6967c4d4d2d1797fb93ab425b3a6f4b111b8cf74c8880abc
|
File details
Details for the file pyeve-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyeve-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42eb992ebd6811e73459c3c8b3a752fd019767b16d009b34954d31efd32630f9
|
|
| MD5 |
1c3aafb68be70072d66de49b63660d8d
|
|
| BLAKE2b-256 |
5e9e25659c1897d92d23e893a87fabebd06271d83b5ad21710a2668751df96d0
|