python-sdk
Python SDK for building AI applications and agents with inference.sh, featuring sync/async support and tool building.
Install
npx skills add https://github.com/inferen-sh/skills --skill python-sdkStats
| Total installs | 14,067 |
| Weekly installs | 14.1K |
| GitHub stars | 235 |
| First seen | Mar 12, 2026 |
| Source | @inferen-sh/skills |
Summary
- Supports sync and async execution with streaming progress updates, fire-and-forget task submission, and stateful sessions for warm worker continuity
- Agent SDK includes template agents, ad-hoc agent creation with custom tools, and built-in capabilities like web search, code execution, and image generation
- Tool builder API enables four tool types: client tools (run in your code), app tools (call AI apps), agent tools (delegate to sub-agents), and webhook tools (external APIs)
- Automatic file upload and attachment handling for images and other file types; human approval workflows for sensitive tool calls
- Requires Python 3.8+; install with pip install inferencesh or pip install inferencesh[async] for async support
Tags
Related skills
| Skill | Installs | vs python-sdk |
|---|---|---|
| design-md | 23,748 | +9,681 |
| javascript-sdk | 13,921 | -146 |
| excalidraw-diagram-generator | 11,271 | -2,796 |
| algorithmic-art | 21,155 | +7,088 |
| doc-coauthoring | 20,351 | +6,284 |
FAQ
- How many installs does python-sdk have?
- python-sdk has 14,067 total installs and 14.1K installs this week.
- Where is python-sdk hosted?
- python-sdk is published by @inferen-sh/skills at https://github.com/inferen-sh/skills.
- How many GitHub stars does python-sdk have?
- python-sdk has 235 GitHub stars.
- When was python-sdk first indexed?
- OrangeBot.AI first indexed python-sdk on Mar 12, 2026.
- How do I install python-sdk?
- Run: npx skills add https://github.com/inferen-sh/skills --skill python-sdk