Skip to main content

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

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

pyeve-0.1.0.tar.gz (154.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyeve-0.1.0-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

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

Hashes for pyeve-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b9e4067bab9567a230cc5d92ebd7d9118805b32af9c91eba1c1c9b9490b8a62f
MD5 5f7dd2013c5ded0dfe66d5739893d674
BLAKE2b-256 5198a86497e32e3e6967c4d4d2d1797fb93ab425b3a6f4b111b8cf74c8880abc

See more details on using hashes here.

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

Hashes for pyeve-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 42eb992ebd6811e73459c3c8b3a752fd019767b16d009b34954d31efd32630f9
MD5 1c3aafb68be70072d66de49b63660d8d
BLAKE2b-256 5e9e25659c1897d92d23e893a87fabebd06271d83b5ad21710a2668751df96d0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page