-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNOTICE
More file actions
26 lines (19 loc) · 1.05 KB
/
Copy pathNOTICE
File metadata and controls
26 lines (19 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
oh-my-symphony
Copyright 2026 cskwork and contributors
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this work except in compliance with the License. You may obtain a copy
of the License at:
http://www.apache.org/licenses/LICENSE-2.0
This product is a fork of the OpenAI Symphony reference implementation:
https://github.com/openai/symphony
The upstream project provides the orchestrator state machine, tracker
adapters, workspace manager, prompt renderer, and Codex app-server JSON-RPC
client. This fork adds:
- An AgentBackend abstraction with concrete adapters for the Codex CLI,
Claude Code CLI, and Gemini CLI.
- A `rich`-rendered Jira-style CLI Kanban TUI replacing the upstream
HTML observability dashboard.
All trademarks are property of their respective owners. "Codex", "Claude",
and "Gemini" refer to coding-agent CLIs published by OpenAI, Anthropic, and
Google respectively; this project drives those CLIs as external subprocesses
and is not affiliated with or endorsed by any of those vendors.