skillfed

simile

Package for interfacing with Simile AI agents for simulation

simile v0.5.4 243.4K downloads/30d#8,798 on PyPI
Permissive license MIT AGING released

What it is and what it does

Simile is a Python client wrapper around the Simile API server, designed to simplify programmatic interaction with Simile AI agents for simulation work. It abstracts HTTP communication via httpx and data validation via pydantic, allowing developers to instantiate a client with an API key and make calls to the Simile service without managing raw HTTP requests directly.

The package targets developers working with AI-driven simulation tasks who want a lightweight, typed Python interface. It supports Python 3.8 through 3.12 and is classified as Alpha software, indicating it is still under active development and may have breaking changes. The three runtime dependencies (httpx, pydantic, and genagent) are all widely used, stable libraries, keeping the installation footprint modest.

Use it for:

  • Build a Python application that orchestrates Simile AI agents to run simulations without writing raw HTTP code.
  • Integrate Simile simulation capabilities into a larger data pipeline or workflow automation tool.
  • Prototype AI-agent-driven simulation experiments with a simple, typed Python interface.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A Python client library for interacting with the Simile API server, providing programmatic access to Simile AI agents for simulation tasks.

Yes, if you are actively using the Simile API and need a Python interface. The low install friction and permissive MIT license make it a straightforward addition. However, the aging maintenance status (204 days since last release) warrants caution—verify that the package is still supported by the Simile team and that it covers the API endpoints you need before committing to a production dependency.

Install

simile on PyPI

pip

pip install simile

uv

uv add simile

poetry

poetry add simile

Installing simile

Before you install

Low installation friction with a pure-Python wheel distribution. Maintenance status is aging—last release was 204 days ago—so expect slower response to issues or updates.

License in practice

MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects.

Quickstart

pip install simile

from simile import Simile

client = Simile(api_key="your_api_key")

Requires a valid API key for the Simile service to authenticate requests.

Verify before relying

  • What specific Simile API endpoints or agent capabilities are exposed by this client.
  • Whether the package is actively maintained or if the 204-day release gap indicates stalled development.
  • Documentation availability and completeness for the client API.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 3 — httpx, pydantic, genagent
Maintenance aging — 204 days since the last release
First released
Downloads 243,412/month — #8,798 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: simile-0.5.4-py3-none-any.whl

Keywords: api, sdk, simile, ai-agent, simulation

Development Status :: 3 - AlphaIntended Audience :: DevelopersOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Software Development :: Libraries :: Python Modules

Tags

simile api clientpython sdk for simileai agent simulation clientsimile python wrapperapi client library pythonsimile agent interfacesimulation api sdk
api-clientai-agentssimulation

More Python Modules packages