Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ dist/
build/
codex/setup-mcp-agent-orchestration-repository
=======
codex/setup-mcp-agent-orchestration-repository
=======

*.egg-info/
venv/
main
main
8 changes: 8 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog
All notable changes to this project will be documented here.
codex/setup-mcp-agent-orchestration-repository
=======
codex/setup-mcp-agent-orchestration-repository
=======

## [0.1.0] - Initial release
- Added simple agents and orchestrator
- Set up CI workflows and basic unit tests
main

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

## Overview
codex/setup-mcp-agent-orchestration-repository
=======
codex/setup-mcp-agent-orchestration-repository
main
Modular, versioned MCP agent orchestration system with CI/CD, SBOM, and staging deployment readiness.

## Setup
pip install -r requirements.txt
python src/agents.py
codex/setup-mcp-agent-orchestration-repository
=======
=======
Modular, versioned MCP agent orchestration system with CI/CD, SBOM, and staging deployment readiness. The orchestrator coordinates the DataParser, Summarizer, Optimizer and Logger agents to process input text.

Expand Down