[Provide a brief, high-level description of the folder's purpose and role in the application. Explain what "happens" here in technical terms, e.g., "This folder contains utilities for processing AI workflows, including prompt loading and evaluation logic." Mention any key technologies, patterns, or dependencies (e.g., Supabase, FastAPI, or async processing).]
-
Files:
-
Subfolders:
- [subfolder1/]: [Brief description and link to its README, e.g., "Subfolder1 README - Handles specific sub-tasks."]
- ... (List all subfolders.)
[Describe how this folder interacts with other parts of the repo. For example: "This folder's tools are initialized in app/tools/tools_factory.py and consumed by API endpoints in app/api/tools/. It depends on models from app/backend/models.py for data handling." Highlight any data flows, dependencies, or extension points.]
- Parent Folder: [Link to parent README, e.g., "Up: Parent Folder README"]
- Child Folders (if applicable):
- [Link to child1 README, e.g., "Down: Child1 README"]
- ...
[Any extra details, such as setup instructions, known issues, or future improvements. For example: "This folder uses async patterns; ensure event loops are properly managed in tests."]