rosud-harness Python SDK — AI Agent Harness with Model Gateway, Memory Bank, and Guardrails
Project description
rosud-harness
Python SDK for Rosud Harness — AI Agent Infrastructure.
Install
pip install rosud-harness
Quick start
from rosud_harness import Harness
h = Harness(api_key="your-api-key")
# Register an agent
agent = h.agents.register(name="my-agent", memory_enabled=True)
# Run a task (polls until done)
task = h.tasks.run(agent.agent_id, "Summarize the latest AI news")
print(task.output)
# Store memory
h.memory.store(agent.agent_id, task.output)
# Semantic search
results = h.memory.search(agent.agent_id, "AI news")
Links
- Docs: https://rosud.com/docs/harness
- TypeScript SDK:
npm install rosud-harness
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 rosud_harness-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rosud_harness-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1eb25356b64937518f10d27a70be24eb005d66f6b59869f3d8fc94bd4a04684
|
|
| MD5 |
8c647e6bb7e5d3afdc5427638fb9825b
|
|
| BLAKE2b-256 |
c2ce4e421a7eb66f2c3a2ec6c2cba2c69dc9cb8f19b390e82765cf9415382567
|