Project Structure
Learn about the standard project structure for Mikasa Agent applications.
Directory Layout
mikasa-project/
├── src/
│ ├── agents/
│ ├── extensions/
│ ├── types/
│ └── config/
├── tests/
├── docs/
└── package.json
Key Directories
src/agents
Contains the main agent implementation files and core logic.
src/extensions
Houses custom extensions and plugins for the agent.
src/types
Type definitions and interfaces used across the project.
src/config
Configuration files for different environments.