Shared Exemplar REST clients for skills, prompts, and memory
Project description
exemplar-core
Shared HTTP clients for Exemplar skills (/api/agent-skills), prompts (/api/prompts), and memory (/api/harness-memory).
Used by exemplar-harness-sdk and exemplar-cli. Install directly only if you need the REST layer without the full SDK.
pip install exemplar-core
export EXEMPLAR_API_KEY=eis_...
from exemplar_core import skills_from_env, prompts_from_env, memory_from_env
skills = skills_from_env()
prompts = prompts_from_env()
memory = memory_from_env(user_id="user-123")
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
exemplar_core-0.1.2.tar.gz
(9.6 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 exemplar_core-0.1.2.tar.gz.
File metadata
- Download URL: exemplar_core-0.1.2.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.4 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16cd34f0b838268e096853a07da59f102ee4cecacfa4c3b945c83e6a9a68555b
|
|
| MD5 |
97891e8400645d67c8cb75067dd25030
|
|
| BLAKE2b-256 |
8e8ff1fe090e2761e904038422fd28f83509060f49b3facdb2ab3b0072499e2f
|
File details
Details for the file exemplar_core-0.1.2-py3-none-any.whl.
File metadata
- Download URL: exemplar_core-0.1.2-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.4 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f6f8df7bb99e029c404dc6724db254acd8f57204a7434e92a43f72790a59fb5
|
|
| MD5 |
6e51ca2e8a10befae4bf3fe8238a3314
|
|
| BLAKE2b-256 |
ac84452f688d059039647a1bd548147bcbec4e265280af008a1f19f9b47dd6bf
|