Back to Apps

AiPy (Python-Use)
by knownsec
AI-powered Python execution paradigm that turns code into the agent, enabling native system and API interaction without plugins.
0 stars
Works in:claude
Exposes:Tools
What it does
AiPy implements the 'Python-Use' paradigm, where the LLM directly interacts with a Python interpreter to execute tasks. Instead of relying on pre-defined MCP tools or plugins, it uses Python code as the universal interface to perform API calls, manipulate data, automate browsers, and control local system resources.
Tools
- Python Interpreter: Native execution of Python code for general-purpose automation.
- API Orchestrator: Dynamically generates code to interact with any web API.
- System Controller: Accesses local file systems and OS resources via Python libraries.
- Web Automator: Controls browsers for data extraction and interaction.
Installation
Install via pip:
pip install aipyapp
Configure your LLM in ~/.aipyapp/aipyapp.toml:
[llm.deepseek]
type = "deepseek"
api_key = "Your DeepSeek API Key"
Supported hosts
- Native CLI: Run via
aipyoraipy --python
Quick install
pip install aipyappInformation
- Pricing
- free
- Published
- 6/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
This is a standalone CLI agent; use the provided pip installation and toml configuration.





