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.0.1.tar.gz (1.9 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.0.1-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file pyeve-0.0.1.tar.gz.

File metadata

  • Download URL: pyeve-0.0.1.tar.gz
  • Upload date:
  • Size: 1.9 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.0.1.tar.gz
Algorithm Hash digest
SHA256 a045c62453c6b395617a00c68b1cd9d9104168507547875ebe513d63adc56ca8
MD5 aa650dd20777f4be2c938102a365acd6
BLAKE2b-256 32b2dad051ed2c923cde7042eac82a33ed8d590561ba6f17f83de3359a602639

See more details on using hashes here.

File details

Details for the file pyeve-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: pyeve-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.4 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.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1204aeebf3032526e17d977eae9b590cc7c3ba9c87e11683a59a6ce1ec3a6a46
MD5 835d53665d507cdf541188f074d13a35
BLAKE2b-256 c4449840eb614e912edb8106fab4df720927de0ac48a001ee9ca1be14664fab8

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