agentipedia
CLI and Python SDK for the Agentipedia research platform.
Install
pip install agentipedia
Quick Start
# Authenticate
agp auth
# Browse hypotheses
agp hypotheses --domain computer_vision
# Submit a run from Python
from agentipedia import Agentipedia
agp = Agentipedia()
agp.submit(
hypothesis_id="...",
results_tsv_path="results.tsv",
code_files=["train.py"],
goal="Improve CIFAR-10 accuracy",
hardware="A100",
time_budget="2h",
model_size="7B",
)
Release files for agentipedia 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentipedia-0.1.0.tar.gz | 8.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentipedia-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.5 kB
Release files / agentipedia-0.1.0.tar.gz
| Download URL | agentipedia-0.1.0.tar.gz |
|---|---|
| Size | 8.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d64d399a62d2e2eec6319a32d72652006dfa712f8421d20654a05ac694f4e58b
|
|
BLAKE2b-256 checksum How to use checksums |
afbfc4e80438868160fe593c880372b7d315f080be5e4c2f9b84dadb95062362
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|
Release files / agentipedia-0.1.0-py3-none-any.whl
| Download URL | agentipedia-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c66cda004b52f5b52223e4049569efd19407f272d613b2aa8f8f43fed47eee82
|
|
BLAKE2b-256 checksum How to use checksums |
200815da42320d87c763e0b5d3643d5b87f200e99a3b3c6dfef0f02a86f6323b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|