Skip to content

Commit 0664594

Browse files
committed
refactor: reorganize project structure by moving all components to src folder
- Move all backend, frontend, docs, and configuration files under src/ directory - Update README.md to reflect new file paths and project structure - Maintain all existing functionality while improving project organization - This restructure provides better separation of source code from root-level files
1 parent 72249f6 commit 0664594

File tree

755 files changed

+22
-409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

755 files changed

+22
-409
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Quick setup for testing and development - requires Python 3.9+ and Node.js.
3333

3434
## See It in Action
3535

36-
![Kasal UI Screenshot](docs/images/kasal-ui-screenshot.png)
36+
![Kasal UI Screenshot](src/docs/images/kasal-ui-screenshot.png)
3737
*Visual workflow designer for creating AI agent collaborations*
3838

3939
Create your first agent workflow in under 2 minutes:
@@ -48,21 +48,21 @@ Create your first agent workflow in under 2 minutes:
4848

4949
| Topic | Description |
5050
|-------|-------------|
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 |
6060

6161
### 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
6666

6767
---
6868

@@ -76,4 +76,4 @@ The CrewAI Engine integrates at the service layer for intelligent agent orchestr
7676

7777
## 📄 License
7878

79-
Licensed under the [Databricks License](LICENSE)
79+
Licensed under the [Databricks License](src/LICENSE)

backend/.cursorrules

Lines changed: 0 additions & 272 deletions
This file was deleted.

frontend/public/docs/css/extra.css

Lines changed: 0 additions & 66 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)