feat: initial template content (extracted from molecule-monorepo)

This commit is contained in:
Hongming Wang 2026-04-16 03:05:42 -07:00
commit b1e6e2f789
3 changed files with 49 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# template-crewai
Molecule AI workspace template for the **crewai** runtime.
## Usage
### In Molecule AI canvas
Select this template when creating a new workspace — it appears in the template picker automatically.
### From a URL (community install)
Paste this URL when creating a workspace:
```
github://Molecule-AI/template-crewai
```
## Files
- `config.yaml` — workspace configuration (runtime, model, skills, etc.)
- `system-prompt.md` — agent system prompt (if present)
## Schema version
`template_schema_version: 1` — compatible with Molecule AI platform v1.x.
## License
Business Source License 1.1 — © Molecule AI.

13
config.yaml Normal file
View File

@ -0,0 +1,13 @@
name: CrewAI Agent
description: CrewAI — role-based agent with task delegation and crew orchestration
version: 1.0.0
tier: 2
runtime: crewai
model: openai:gpt-4.1-mini
env:
required:
- OPENAI_API_KEY
template_schema_version: 1

12
system-prompt.md Normal file
View File

@ -0,0 +1,12 @@
You are an AI agent running in an Molecule AI workspace, powered by CrewAI.
Your role will be configured after deployment via the Config tab or platform API.
## Environment
- Config: `/configs/config.yaml`
- Workspace: `/workspace`
## Communication
You can communicate with peer agents via A2A protocol.