Skip to content

Commit 4efe620

Browse files
jwesleyeclaude
andcommitted
Reorganize legacy content into docs/ and remove build artifacts
- Move LangChain/LangGraph examples to docs/legacy_frameworks/ - Move agent templates to docs/agent_templates/ - Move PRD examples to docs/prd_examples/ - Remove __pycache__, .pyc files, .DS_Store, and cache directories - Add docs/README.md documenting new structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d7ff0ef commit 4efe620

14 files changed

Lines changed: 30 additions & 0 deletions

File tree

docs/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Documentation
2+
3+
This directory contains reference documentation, examples, and legacy implementations.
4+
5+
## Directory Structure
6+
7+
### `legacy_frameworks/`
8+
Example agent implementations using alternative frameworks:
9+
- **LangChain/Simple_Sam** - Minimal ReAct pattern agent with basic tools
10+
- **LangGraph/Simple_Sally** - Stateful graph-based agent with memory
11+
12+
These serve as educational examples for developers familiar with these frameworks.
13+
14+
### `agent_templates/`
15+
Agent description templates and examples:
16+
- `qa-testing-agent.md` - QA testing specialist agent
17+
- `react-typescript-mui-developer.md` - React/TypeScript/MUI developer agent
18+
- `user-story-crafter.md` - User story creation specialist
19+
20+
### `prd_examples/`
21+
Example Product Requirement Documents:
22+
- **Deep Research Agent** - Complete PRD with architecture and user stories
23+
24+
## Active Development
25+
26+
For current agent implementations, see:
27+
- **GoogleADK/** - Google Agent Development Kit implementations
28+
- **AWS_Strands/** - AWS Strands framework implementations
29+
30+
See [CLAUDE.md](../CLAUDE.md) for development guidelines.
File renamed without changes.
File renamed without changes.

LangChain/Simple_Sam/README.md renamed to docs/legacy_frameworks/LangChain/Simple_Sam/README.md

File renamed without changes.

LangChain/Simple_Sam/__init__.py renamed to docs/legacy_frameworks/LangChain/Simple_Sam/__init__.py

File renamed without changes.

LangChain/Simple_Sam/agent.py renamed to docs/legacy_frameworks/LangChain/Simple_Sam/agent.py

File renamed without changes.

LangGraph/Simple_Sally/README.md renamed to docs/legacy_frameworks/LangGraph/Simple_Sally/README.md

File renamed without changes.

LangGraph/Simple_Sally/__init__.py renamed to docs/legacy_frameworks/LangGraph/Simple_Sally/__init__.py

File renamed without changes.

LangGraph/Simple_Sally/agent.py renamed to docs/legacy_frameworks/LangGraph/Simple_Sally/agent.py

File renamed without changes.

0 commit comments

Comments
 (0)