@@ -33,7 +33,7 @@ Quick setup for testing and development - requires Python 3.9+ and Node.js.
33
33
34
34
## See It in Action
35
35
36
- ![ Kasal UI Screenshot] ( docs/images/kasal-ui-screenshot.png )
36
+ ![ Kasal UI Screenshot] ( src/ docs/images/kasal-ui-screenshot.png)
37
37
* Visual workflow designer for creating AI agent collaborations*
38
38
39
39
Create your first agent workflow in under 2 minutes:
@@ -48,21 +48,21 @@ Create your first agent workflow in under 2 minutes:
48
48
49
49
| Topic | Description |
50
50
| -------| -------------|
51
- | ** [ Getting Started] ( docs/GETTING_STARTED.md ) ** | Complete setup guide for development and deployment |
52
- | ** [ Build & Deploy] ( docs/BUILD.md ) ** | Building frontend and deployment instructions |
53
- | ** [ Deployment Guide] ( docs/DEPLOYMENT_GUIDE.md ) ** | Databricks Apps deployment with OAuth configuration |
54
- | ** [ Architecture] ( docs/ARCHITECTURE.md ) ** | System architecture and design patterns |
55
- | ** [ CrewAI Engine] ( docs/CREWAI_ENGINE.md ) ** | AI agent orchestration engine documentation |
56
- | ** [ Database Migrations] ( docs/DATABASE_MIGRATIONS.md ) ** | Database schema management with Alembic |
57
- | ** [ Models & Schemas] ( docs/MODELS.md ) ** | SQLAlchemy models and Pydantic schemas |
58
- | ** [ Repository Pattern] ( docs/REPOSITORY_PATTERN.md ) ** | Data access layer implementation |
59
- | ** [ LLM Manager] ( docs/LLM_MANAGER.md ) ** | Multi-provider LLM configuration and management |
51
+ | ** [ Getting Started] ( src/ docs/GETTING_STARTED.md) ** | Complete setup guide for development and deployment |
52
+ | ** [ Build & Deploy] ( src/ docs/BUILD.md) ** | Building frontend and deployment instructions |
53
+ | ** [ Deployment Guide] ( src/ docs/DEPLOYMENT_GUIDE.md) ** | Databricks Apps deployment with OAuth configuration |
54
+ | ** [ Architecture] ( src/ docs/ARCHITECTURE.md) ** | System architecture and design patterns |
55
+ | ** [ CrewAI Engine] ( src/ docs/CREWAI_ENGINE.md) ** | AI agent orchestration engine documentation |
56
+ | ** [ Database Migrations] ( src/ docs/DATABASE_MIGRATIONS.md) ** | Database schema management with Alembic |
57
+ | ** [ Models & Schemas] ( src/ docs/MODELS.md) ** | SQLAlchemy models and Pydantic schemas |
58
+ | ** [ Repository Pattern] ( src/ docs/REPOSITORY_PATTERN.md) ** | Data access layer implementation |
59
+ | ** [ LLM Manager] ( src/ docs/LLM_MANAGER.md) ** | Multi-provider LLM configuration and management |
60
60
61
61
### More Documentation
62
- - ** [ API Documentation] ( docs/ ) ** - Complete API reference
63
- - ** [ Best Practices] ( docs/BEST_PRACTICES.md ) ** - Development guidelines
64
- - ** [ Security Model] ( docs/SECURITY_MODEL.md ) ** - Authentication and authorization
65
- - ** [ Testing Guide] ( backend/tests/README.md ) ** - Testing strategy and coverage
62
+ - ** [ API Documentation] ( src/ docs/) ** - Complete API reference
63
+ - ** [ Best Practices] ( src/ docs/BEST_PRACTICES.md) ** - Development guidelines
64
+ - ** [ Security Model] ( src/ docs/SECURITY_MODEL.md) ** - Authentication and authorization
65
+ - ** [ Testing Guide] ( src/ backend/tests/README.md) ** - Testing strategy and coverage
66
66
67
67
---
68
68
@@ -76,4 +76,4 @@ The CrewAI Engine integrates at the service layer for intelligent agent orchestr
76
76
77
77
## 📄 License
78
78
79
- Licensed under the [ Databricks License] ( LICENSE )
79
+ Licensed under the [ Databricks License] ( src/ LICENSE)
0 commit comments