What is Anamnesis?
Anamnesis Cloud is a VS Code extension that builds, uploads, and visualizes interactive knowledge graphs for software projects. Each graph captures files, classes, functions, methods, and the relationships between them - contains, imports, and calls edges that text search alone cannot surface.
Published by SharadTech, Anamnesis is designed for teams who use AI coding assistants and need those agents to understand architecture, dependencies, and impact before making changes.
The Problem We Solve
Modern AI agents default to grep and file search. On large, multi-language codebases - Spring Boot monorepos, AEM projects, infrastructure configs - blind search is slow, expensive, and error-prone.
Anamnesis gives agents (and developers) a scoped subgraph: query by keyword, trace shortest paths, assess impact of change, and find architectural hubs - all from a graph built directly from your source code.
One Unified Graph Per Project
When you run Anamnesis: Create Knowledge Graph, multiple extractors run in parallel. TypeScript classes, Maven modules, HTL components, Apache vhosts, Jenkins pipelines, and Markdown architecture docs all land in a single connected graph.
This unified view is what makes Anamnesis powerful for cross-layer analysis - for example, connecting an AEM header.html to its Sling Model, dialog fields, and Maven module in one query.
Our Mission
We believe AI-assisted coding works best when agents have structured knowledge of the codebase - not just raw file contents. Anamnesis Cloud makes that knowledge accessible, visual, and queryable from the IDE you already use.