Local-first AI agent observability SDK
Project description
korveo (Python SDK)
Local-first AI agent observability. 2 lines of code.
import korveo
korveo.configure(host="http://localhost:8000")
@korveo.trace
def my_agent(input: str) -> str:
return "hello"
my_agent("test")
Spans are captured asynchronously. If the Korveo server is unreachable, the agent continues working — spans are dropped silently.
Install
pip install -e packages/sdk-python/
Configuration
Configuration priority: explicit configure(...) > environment variable > default.
| Option | Env var | Default |
|---|---|---|
host |
KORVEO_HOST |
http://localhost:8000 |
api_key |
KORVEO_API_KEY |
None |
project |
KORVEO_PROJECT |
default |
capture_inputs |
— | True |
capture_outputs |
— | True |
max_payload_size |
— | 10240 |
batch_size |
— | 100 |
flush_interval |
— | 2.0 |
max_queue_size |
— | 10000 |
export_timeout |
— | 5.0 |
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
korveo-1.0.1.tar.gz
(101.2 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
korveo-1.0.1-py3-none-any.whl
(73.7 kB
view details)
File details
Details for the file korveo-1.0.1.tar.gz.
File metadata
- Download URL: korveo-1.0.1.tar.gz
- Upload date:
- Size: 101.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","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 |
5c039f90cf3c220ebf3a8e6fcbf898633392499d0d2c6f65dde5dd595f114f28
|
|
| MD5 |
262f9a1134687f2d6abb2bae15e63eea
|
|
| BLAKE2b-256 |
c24afecea24fcc1599f6476627ae5c422bc877af15f9c2348f04139465785f18
|
File details
Details for the file korveo-1.0.1-py3-none-any.whl.
File metadata
- Download URL: korveo-1.0.1-py3-none-any.whl
- Upload date:
- Size: 73.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","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 |
7290e61fc16ee1b609749d1fd6c023c34cc3c0754e9d871c37305fb7c8656b97
|
|
| MD5 |
47ed5e14dc66d27c862fa9daa0640d29
|
|
| BLAKE2b-256 |
818aa72c8c33b6cc1a930c556fdf735869ced6940b48de3ce56b716fbf4119ca
|