Skip to content

dev-tyta/breeze-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bree-MD Code Directory

src/
├── core/
│   ├── llm/
│   │   ├── __init__.py
│   │   ├── client.py        # LLM client implementations
│   │   ├── agent.py         # Agent management
│   │   └── prompter.py      # Prompt engineering
│   ├── agents/
│   │   ├── base.py          # Base agent class
│   │   └── registry.py      # Agent registry
│   ├── tools/
│   │   ├── base.py          # Base tool interface
│   │   └── registry.py      # Tool registry
│   ├── schemas/
│   │   └── models.py        # Pydantic models
├── config/
│   ├── __init__.py
│   ├── settings.py          # App configuration
│   └── security.py          # Security settings
├── utils/
│   ├── error_handling.py
│   ├── sanitization.py
│   └── logging.py
└── main.py                  # Execution entry point

About

Documentation Generator Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages