{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/22"}],"enrichment":{"capability":"Provides a typed Python REST client for the Agentex API with both synchronous and asynchronous interfaces, automatically generated with full request and response type definitions.","skillfed_tags":["api-client","async-support","type-hints"],"use_cases":["Build agent orchestration workflows that list, create, or manage tasks via the Agentex API with full type safety.","Integrate Agentex into async Python services (FastAPI, aiohttp apps) using AsyncAgentex for non-blocking API calls.","Debug local agent execution with built-in temporal project debugging via CLI commands with configurable debug ports.","Develop CLI tools or batch scripts that interact with Agentex agents and schedules using the synchronous client.","Handle API errors gracefully with specific exception types (RateLimitError, AuthenticationError, etc.) for retry logic."],"what_it_does":"Agentex-client is an officially maintained Python REST client for the Agentex API, generated using Stainless. It wraps the Agentex REST API with full type annotations for all request parameters and response fields, powered by httpx for HTTP transport and pydantic for response modeling. The library supports both synchronous and asynchronous usage patterns, allowing developers to choose blocking or non-blocking I/O based on their application architecture.\n\nThe client handles common API concerns automatically: it retries certain errors (connection failures, timeouts, rate limits, and 5xx responses) with exponential backoff, provides detailed error types for different HTTP status codes, and includes built-in support for debugging temporal projects during local development. Type definitions enable IDE autocomplete and catch errors early, while helper methods on response objects simplify serialization to JSON or dictionaries.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. It is the official client for Agentex and provides a modern, typed interface with both sync and async support. Install it if you are building on the Agentex platform."},"id":"agentex-client","links":{"html":"https://skillfed.io/packages/agentex-client","md":"https://skillfed.io/packages/agentex-client.md","pypi":"https://pypi.org/project/agentex-client/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-12","license_spdx":null,"license_treatment":"permissive","name":"agentex-client","python_support":"supports_current","summary":"The official Python REST client for the Agentex API"},"popularity":{"monthly_downloads":76623,"position":14608,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.24.0"}
