Orqis SDK - one line to stream AI agent traces to Orqis self-healing ops
Project description
Orqis Agent SDK
One line to stream your AI agent's traces to Orqis — autonomous self-healing ops for AI agents.
Install
pip install orqis-agent-sdk
Use
import orqis
orqis.init(api_key="orqs_your_workspace_key")
That's it. Every OpenAI, Anthropic, and LangChain call in your process is captured and streamed to your Orqis workspace, where incidents are detected and fix PRs are proposed automatically. Nothing else in your code changes.
Get your API key from your workspace Settings -> API keys.
Configuration
| Argument / env var | Default | Purpose |
|---|---|---|
api_key / ORQIS_API_KEY |
- | Routes traces to your workspace |
backend_url / ORQIS_BACKEND_URL |
hosted Orqis | Point at a self-hosted backend |
The SDK never blocks or crashes your agent: events are queued on a background daemon thread and dropped silently if the backend is unreachable. All detection, root-cause analysis, and patch generation happen server-side — none of that logic ships in this package.
License
MIT
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
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 orqis_agent_sdk-0.1.2.tar.gz.
File metadata
- Download URL: orqis_agent_sdk-0.1.2.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2d66aa5f31c406d82bc9ce49b603297228be83ba6cac8fd315f753f94e7316d
|
|
| MD5 |
ae821b30d20a8f033abbe8673654cc58
|
|
| BLAKE2b-256 |
14724de02fdc039db8cfe39460565b3d44c5c94b7c0969ab312bedefb81a2740
|
File details
Details for the file orqis_agent_sdk-0.1.2-py3-none-any.whl.
File metadata
- Download URL: orqis_agent_sdk-0.1.2-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23c49ef24008d0387568488b8849b2623696577c123316df267c7e8ceb7d1f41
|
|
| MD5 |
f38ecfe11c7b7b0713695675b974c14e
|
|
| BLAKE2b-256 |
d51c8e89a5ebce2db3297d9ddecf3ed250ada015b66c980a0486f7684e8fb2ec
|