diff --git a/.gitignore b/.gitignore index ccba4b0..47b4324 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,10 @@ dist/ build/ codex/setup-mcp-agent-orchestration-repository ======= + codex/setup-mcp-agent-orchestration-repository +======= *.egg-info/ venv/ main + main diff --git a/.releaserc b/.releaserc new file mode 100644 index 0000000..7bf05ec --- /dev/null +++ b/.releaserc @@ -0,0 +1,8 @@ +{ + "branches": ["main"], + "plugins": [ + "@semantic-release/commit-analyzer", + "@semantic-release/release-notes-generator", + "@semantic-release/github" + ] +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 024b557..6e0c961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog All notable changes to this project will be documented here. +codex/setup-mcp-agent-orchestration-repository +======= codex/setup-mcp-agent-orchestration-repository ======= @@ -7,3 +9,4 @@ All notable changes to this project will be documented here. - Added simple agents and orchestrator - Set up CI workflows and basic unit tests main + diff --git a/README.md b/README.md index 1825c13..c481446 100644 --- a/README.md +++ b/README.md @@ -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.