feat: initial template content (extracted from molecule-monorepo)
This commit is contained in:
commit
b1e6e2f789
24
README.md
Normal file
24
README.md
Normal 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
13
config.yaml
Normal 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
12
system-prompt.md
Normal 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.
|
||||||
Loading…
Reference in New Issue
Block a user