# AI Knowledge Plugin - Python Dependencies

# Core dependencies
pyyaml>=6.0.1          # YAML parsing for knowledge files and config
pydantic>=2.0.0        # Data validation for API models

# Server dependencies
fastapi>=0.100.0       # Web framework for REST API
uvicorn[standard]>=0.23.0  # ASGI server for FastAPI

# CLI dependencies
requests>=2.31.0       # HTTP client for server health checks

# Optional: Enhanced CLI experience
# typer>=0.9.0         # CLI framework (optional)
# rich>=13.0.0         # Rich terminal output (optional)
