Spaces:
Runtime error
Runtime error
Remove QUICK_START.md and reorganize documentation structure; add detailed deployment guide for Hugging Face Spaces and performance optimization documentation for agent mode.
7002c4d MeeTARA Documentation
Welcome to the MeeTARA documentation! This folder contains all technical documentation organized by category.
π Documentation Structure
docs/
βββ README.md # This file
βββ architecture/
β βββ core-vs-agent.md # Core vs Agent architecture analysis
βββ deployment/
β βββ huggingface-spaces.md # HuggingFace Spaces deployment guide
βββ features/
β βββ domain-prompts.md # Domain-specific system prompts
β βββ word-problems.md # Word problem handling strategy
βββ testing/
βββ test-questions.md # Comprehensive test questions
π Documentation Index
Architecture
- Core vs Agent Analysis - Detailed comparison of MeeTARA's two-layer architecture:
meetara_lab_core.py- Model interface layer (the "engine")meetara_agent.py- Tool orchestration layer (the "orchestrator")
Deployment
- HuggingFace Spaces - Complete guide for deploying MeeTARA to HuggingFace Spaces:
- Quick start options
- Resource considerations
- Troubleshooting
Features
Domain-Specific Prompts - How MeeTARA handles domain-specific system prompts:
- Current architecture
- Domain mapping structure
- Implementation recommendations
Word Problem Strategy - How MeeTARA handles different types of word problems:
- Simple math β Calculator
- Complex word problems β Model directly
- Current events β Web search + Model
Testing
- Test Questions - Comprehensive test questions covering:
- Math & Calculator queries
- Scientific functions & algorithms
- Web search & current events
- Combined queries
- Edge cases
π Quick Links
- Main README - Project overview and features
- Configuration - Configuration files
- Core Module - Core model and agent code
Last updated: January 2026