-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Iris supports HTTP transport but there's no Python SDK. Python is the primary language for AI/ML development.
Goal: Create a lightweight Python package (iris-eval) that wraps the HTTP API.
Acceptance criteria:
- pip install iris-eval
- IrisClient class with methods: log_trace(), evaluate_output(), get_traces()
- Authentication via API key
- Type hints for all parameters
- Async support (httpx)
- Published to PyPI
Resources:
- HTTP transport examples: examples/http-transport/client.py
- API reference
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers