All notable changes to agentsrc-py will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Core Analyzer: AST-based extraction of functions, classes, decorators, and exceptions.
- Project Resolver: Sync dependencies from active
venv,uv.lock,pyproject.toml, andrequirements.txt. - Framework Plugin: Initial plugin for Pydantic v2 model detection.
- Agent Instruction Layer: Generation of
instructions.mdandsources.jsonmanifests. - CLI: Rich-powered interface with
init,sync,inject,inspect, andquerycommands. - Query Server: Local HTTP API for symbol search across indexed packages.
- Content-Addressed Cache: Deterministic artifact storage with SHA-256 hash verification.
- Documentation: Premium README, Roadmap, Contributing guide, and Code of Conduct.
Project bootstrapped with a focus on narrowing the agent hallucination gap.