CLI and SDK for the Agentipedia research platform
Project description
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",
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agentipedia-0.1.0.tar.gz
(8.7 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
File details
Details for the file agentipedia-0.1.0.tar.gz.
File metadata
- Download URL: agentipedia-0.1.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d64d399a62d2e2eec6319a32d72652006dfa712f8421d20654a05ac694f4e58b
|
|
| MD5 |
b1dbcff6b317aa2ac59442fe61fe3e34
|
|
| BLAKE2b-256 |
afbfc4e80438868160fe593c880372b7d315f080be5e4c2f9b84dadb95062362
|
File details
Details for the file agentipedia-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentipedia-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c66cda004b52f5b52223e4049569efd19407f272d613b2aa8f8f43fed47eee82
|
|
| MD5 |
d3800767d4ce1127c58bff61999184e1
|
|
| BLAKE2b-256 |
200815da42320d87c763e0b5d3643d5b87f200e99a3b3c6dfef0f02a86f6323b
|