Skip to content

Commit a06eaf1

Browse files
committed
docs: update README to reflect current repo structure
1 parent 60639f4 commit a06eaf1

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
# media-producer
22

3-
Visual and video asset creation agent with intelligent format routing. Analyzes concepts and selects the optimal output format from static images, diagrams, animated explainers, or presentations.
4-
5-
---
3+
Visual and video asset creation agent with intelligent format routing. Analyzes what needs to be communicated, selects the optimal output format — static image, architecture diagram, animated explainer, motion graphic, interactive dashboard, or slide deck — and produces a polished visual through the appropriate production skill.
64

75
## Run
86

97
```bash
108
npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/media-producer
119
```
1210

13-
---
14-
1511
## What It Can Do
1612

17-
- **Format Routing** — Analyze input concepts and automatically select the best visual format
18-
- **Static Images** — Generate infographics, social media graphics, and illustrated diagrams
19-
- **Technical Diagrams** — Produce architecture diagrams, flowcharts, and system overviews
20-
- **Animated Explainers** — Create motion graphics and animated walkthroughs
21-
- **Presentations** — Build slide decks with visual hierarchy and consistent design language
22-
- **Multi-Format Output** — Deliver assets in formats optimized for web, print, or screen
23-
24-
---
13+
- **Format Routing** — classifies concepts by visual type (topology, sequence, comparison, narrative, abstract) and routes to the right production skill
14+
- **Architecture Diagrams** — produces system topology, infrastructure, and data flow visualizations
15+
- **Animated Explainers** — generates Manim-based step-by-step reveals for technical and educational content
16+
- **Motion Graphics** — creates React/Remotion-based branded video for marketing and product demos
17+
- **Interactive Visualizations** — builds HTML dashboards, infographics, and data explorations
18+
- **Presentation Design** — produces slide decks with one-idea-per-slide discipline and speaker notes
2519

2620
## Structure
2721

2822
```
2923
media-producer/
30-
├── agent.yaml
31-
├── SOUL.md
32-
├── RULES.md
24+
├── .gitignore
3325
├── LICENSE
34-
├── icon.png
35-
└── banner.png
26+
├── README.md
27+
├── RULES.md
28+
├── SOUL.md
29+
├── agent.yaml
30+
├── assets/
31+
│ ├── icon.png
32+
│ └── banner.png
33+
└── knowledge/
34+
├── format-selection-matrix.md
35+
├── tool-routing-guide.md
36+
└── visual-design-principles.md
3637
```
3738

38-
---
39-
4039
## Built with
41-
[gitagent](https://github.com/open-gitagent/gitagent) — a git-native, framework-agnostic open standard for AI agents.
40+
41+
Built for the [gitagent](https://gitagent.sh) ecosystem.

0 commit comments

Comments
 (0)