Skip to content

Commit 24c8c91

Browse files
authored
Merge pull request #77 from OpenSIN-AI/codex/opensin-ai-agent-sprint1
docs: add agent roadmap to repo guides
2 parents aae50bb + cddd44d commit 24c8c91

4 files changed

Lines changed: 28 additions & 4 deletions

File tree

docs/guide/opensin-ai-cli.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ OpenSIN-AI CLI ist der hochperformante, speicher-sichere AI Coding Assistant der
66
>
77
> **Umfang:** 70 Dateien | 34.601 Zeilen Rust-Code | 9 Crates
88
9+
## OpenSIN-AI Agent Roadmap
10+
11+
- Feature spec: [OpenSIN-overview/docs/opensin-ai-agent-feature-spec.md](https://github.com/OpenSIN-AI/OpenSIN-overview/blob/main/docs/opensin-ai-agent-feature-spec.md)
12+
- Comparison guide: [OpenSIN-AI Agent Features](opensin-ai-agent-features.md)
13+
- Verified runtime: heartbeat, cron, failover, approval hooks, and orchestrator-aware CLI routing
14+
915
---
1016

1117
## Architektur
@@ -242,4 +248,4 @@ cargo install --path crates/opensin-cli --locked
242248

243249
---
244250

245-
*Zuletzt aktualisiert: 2026-04-07 | OpenSIN-AI*
251+
*Zuletzt aktualisiert: 2026-04-07 | OpenSIN-AI*

docs/guide/opensin-ai-code.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ OpenSIN-AI Code ist die Python-basierte Agent Development Platform der OpenSIN-A
66
>
77
> **Umfang:** 100 Dateien | 2.386 Zeilen Python-Code | 26 Subsystem-Pakete
88
9+
## OpenSIN-AI Agent Roadmap
10+
11+
- Feature spec: [OpenSIN-overview/docs/opensin-ai-agent-feature-spec.md](https://github.com/OpenSIN-AI/OpenSIN-overview/blob/main/docs/opensin-ai-agent-feature-spec.md)
12+
- Comparison guide: [OpenSIN-AI Agent Features](opensin-ai-agent-features.md)
13+
- This repo maps the Python agent development surface to the same OpenSIN-AI Agent roadmap.
14+
915
---
1016

1117
## Architektur
@@ -156,4 +162,4 @@ python3 -m unittest discover -s tests -v
156162

157163
---
158164

159-
*Zuletzt aktualisiert: 2026-04-07 | OpenSIN-AI*
165+
*Zuletzt aktualisiert: 2026-04-07 | OpenSIN-AI*

docs/guide/opensin-ai-overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ OpenSIN-AI ist das umfassendste AI Agent System der Welt. Eine vollständige Pla
44

55
> **175 Repositories | 17 Teams | 92 Worker | 7 MCP Server | 19 Plugins/Skills | 6 Domains**
66
7+
## OpenSIN-AI Agent Roadmap
8+
9+
- Feature spec: [OpenSIN-overview/docs/opensin-ai-agent-feature-spec.md](https://github.com/OpenSIN-AI/OpenSIN-overview/blob/main/docs/opensin-ai-agent-feature-spec.md)
10+
- Comparison guide: [OpenSIN-AI Agent Features](opensin-ai-agent-features.md)
11+
- Verified runtime layer now spans heartbeat, cron, failover, approval hooks, and a unified orchestrator.
12+
713
---
814

915
## 🚀 Die OpenSIN-AI Familie
@@ -230,4 +236,4 @@ Secure Code Execution mit Filesystem/Network Rules.
230236

231237
---
232238

233-
*Zuletzt aktualisiert: 2026-04-07 | OpenSIN-AI*
239+
*Zuletzt aktualisiert: 2026-04-07 | OpenSIN-AI*

docs/guide/opensin-ai-platform.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ OpenSIN-AI Platform ist das Plugin- und Automatisierungs-Ökosystem der OpenSIN-
66
>
77
> **Umfang:** 182 Dateien | 87.247 Zeilen | 14 Plugins
88
9+
## OpenSIN-AI Agent Roadmap
10+
11+
- Feature spec: [OpenSIN-overview/docs/opensin-ai-agent-feature-spec.md](https://github.com/OpenSIN-AI/OpenSIN-overview/blob/main/docs/opensin-ai-agent-feature-spec.md)
12+
- Comparison guide: [OpenSIN-AI Agent Features](opensin-ai-agent-features.md)
13+
- This repo documents the automation and plugin surfaces that support the OpenSIN-AI Agent stack.
14+
915
---
1016

1117
## Plugin Ecosystem
@@ -134,4 +140,4 @@ docker run -it opensin-ai-platform
134140

135141
---
136142

137-
*Zuletzt aktualisiert: 2026-04-07 | OpenSIN-AI*
143+
*Zuletzt aktualisiert: 2026-04-07 | OpenSIN-AI*

0 commit comments

Comments
 (0)