Skip to content

docs: rewrite ARCHITECTURE.md as module map (fixes #112)#153

Closed
loponly wants to merge 1 commit intoAgentscreator:mainfrom
loponly:docs/issue-112-module-map
Closed

docs: rewrite ARCHITECTURE.md as module map (fixes #112)#153
loponly wants to merge 1 commit intoAgentscreator:mainfrom
loponly:docs/issue-112-module-map

Conversation

@loponly
Copy link
Copy Markdown
Contributor

@loponly loponly commented Apr 10, 2026

Summary

  • Rewrites docs/ARCHITECTURE.md as a contributor-facing module map
  • One paragraph per module: single responsibility, key public interface, must-not constraints
  • ASCII data flow diagram showing how server.py → engine.py → storage pipeline connects
  • Covers all 16 modules in src/engram/

Closes #112

  Closes Agentscreator#112

  - One paragraph per module with single responsibility, public interface,
    and must-not constraints
  - ASCII data flow diagram showing module relationships
  - Covers all 16 modules in src/engram/
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 10, 2026

@loponly is attempting to deploy a commit to the agentscreator's projects Team on Vercel.

A member of the Team first needs to authorize it.

@loponly loponly closed this Apr 10, 2026
@loponly loponly deleted the docs/issue-112-module-map branch April 10, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs/ARCHITECTURE.md: module map for new contributors

1 participant