https://github.com/probsjustin/ai_boiler_plate
This repo is an AI boilerplate template for use with claude
https://github.com/probsjustin/ai_boiler_plate
agentic-ai agentic-framework claude claude-ai claude-code
Last synced: 8 months ago
JSON representation
This repo is an AI boilerplate template for use with claude
- Host: GitHub
- URL: https://github.com/probsjustin/ai_boiler_plate
- Owner: probsJustin
- Created: 2025-05-28T22:40:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T19:57:07.000Z (about 1 year ago)
- Last Synced: 2025-08-01T10:11:50.369Z (10 months ago)
- Topics: agentic-ai, agentic-framework, claude, claude-ai, claude-code
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI_BOILER_PLATE
**Agentic AI Boilerplate** – A modular boilerplate for building, deploying, and orchestrating agentic AI systems.
This template provides ready-made scaffolding for agents with reasoning, planning, memory, and multi-tool integrations.
Designed to streamline development of autonomous, self-directed AI agents capable of complex workflows and decision-making.
```
📁 **ai_docs/** – AI-specific documentation (could house concept overviews, design blueprints)
📁 **docs/** – General documentation (setup guides, user guides, API references)
📁 **examples/** – Example agents, workflows, and notebooks
📁 **journal/** – Dev journal, experiment logs, design iterations
📁 **mcp/** – Model Control Plane (could include model orchestration, loading, versioning)
📁 **prompts/** – Predefined prompt templates for agents
📁 **specs/** – Hardcoded specs used by Claude (architecture, data flow, protocols)
📄 **README.md** – High-level overview of the repo
```