Instant codebase map for AI agents — understand any project before making changes
Project description
AgenticStack
Instant codebase map for AI agents — understand any project before making changes.
What it does
AgenticStack analyzes your Python project and generates AgenticStack.txt — a structured file that tells any AI agent:
- Where every model, view, serializer, and service lives
- Which files to touch when making a specific change
- Which models are exposed via API vs internal only
- Step by step how-to guides using your actual file paths
Installation
pip install agenticstackfile
With AI support:
pip install 'agenticstackfile[openai]'
pip install 'agenticstackfile[anthropic]'
Usage
agenticstack init # First time setup
agenticstack update # Refresh AgenticStack.txt
Modes
Static mode — no API key needed. Uses Python AST to analyze your codebase for free.
AI mode — provide an API key and Claude or GPT generates rich, detailed documentation.
Configuration
Edit .agenticstack.ini in your project root:
[agenticstack]
model = default
api_key = YOUR_API_KEY
provider = anthropic
output_file = AgenticStack.txt
Supported providers
anthropic— Claude Sonnet, Haiku, Opusopenai— GPT-4o, GPT-4o-mini
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agenticstackfile-0.1.1.tar.gz.
File metadata
- Download URL: agenticstackfile-0.1.1.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95a0e780d4acebf34625956065413e7eecfb879f4a2ed1c9b5c027f30e7a4845
|
|
| MD5 |
0ac7c54fb08bfc1eb3047e5d20ec53e7
|
|
| BLAKE2b-256 |
37b269764232fc7e341a2d5a40e5d3fc69aa08ddbd56815b15c81b2d75d39599
|
File details
Details for the file agenticstackfile-0.1.1-py3-none-any.whl.
File metadata
- Download URL: agenticstackfile-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
637d6b6f70eab9089935d8cb1734f5afce61ab241246e1b3020eb3e4775827a0
|
|
| MD5 |
635a340ab5a5ea894be67ea482a6c6a1
|
|
| BLAKE2b-256 |
3cdf1456cd841fa77e93bc58fcfb783854071e042bc606b357096ce29c63add2
|