11# Agents CLI
22
3- [ ![ CI] ( https://github.com/your-username /agents-cli/workflows/CI/badge.svg )] ( https://github.com/your-username /agents-cli/actions )
3+ [ ![ CI] ( https://github.com/sofatutor /agents-cli/workflows/CI/badge.svg )] ( https://github.com/sofatutor /agents-cli/actions )
44[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
5- [ ![ Documentation] ( https://img.shields.io/badge/docs-GitHub%20Pages-blue )] ( https://your-username .github.io/agents-cli )
5+ [ ![ Documentation] ( https://img.shields.io/badge/docs-GitHub%20Pages-blue )] ( https://sofatutor .github.io/agents-cli )
66[ ![ Phase] ( https://img.shields.io/badge/Phase-1%20Development-orange )] ( )
77[ ![ OpenAI SDK] ( https://img.shields.io/badge/OpenAI-Agents%20SDK-green )] ( https://openai.github.io/openai-agents-js/ )
88
99** Multi-agent workflow engine for agentic IDEs using OpenAI Agents SDK**
1010
1111> 🚧 ** Status** : Phase 1 Development - Foundation and MCP core functionality
1212>
13- > 📖 ** Documentation** : [ your-username .github.io/agents-cli] ( https://your-username .github.io/agents-cli )
13+ > 📖 ** Documentation** : [ sofatutor .github.io/agents-cli] ( https://sofatutor .github.io/agents-cli )
1414
1515## What is Agents CLI?
1616
@@ -97,13 +97,13 @@ agents-cli serve \
9797
9898## Documentation
9999
100- 📖 ** [ Complete Documentation] ( https://your-username .github.io/agents-cli ) **
100+ 📖 ** [ Complete Documentation] ( https://sofatutor .github.io/agents-cli ) **
101101
102102### Quick Links
103- - [ Installation Guide] ( https://your-username .github.io/agents-cli/getting-started/installation )
104- - [ IDE Integration] ( https://your-username .github.io/agents-cli/guides/ide-integration )
105- - [ Configuration Reference] ( https://your-username .github.io/agents-cli/api/configuration-schema )
106- - [ Example Workflows] ( https://your-username .github.io/agents-cli/examples/ )
103+ - [ Installation Guide] ( https://sofatutor .github.io/agents-cli/getting-started/installation )
104+ - [ IDE Integration] ( https://sofatutor .github.io/agents-cli/guides/ide-integration )
105+ - [ Configuration Reference] ( https://sofatutor .github.io/agents-cli/api/configuration-schema )
106+ - [ Example Workflows] ( https://sofatutor .github.io/agents-cli/examples/ )
107107
108108### Architecture & Development
109109- [ OpenAI Agents SDK Guide] ( AGENTS.md )
@@ -117,17 +117,17 @@ We welcome contributions! This is an open source project under MIT license.
117117
118118🛠️ ** Development Setup**
119119``` bash
120- git clone https://github.com/your-username /agents-cli.git
120+ git clone https://github.com/sofatutor /agents-cli.git
121121cd agents-cli
122122npm install
123123npm test
124124npm run dev
125125```
126126
127127📋 ** Contributing Guidelines**
128- - [ Development Setup] ( https://your-username .github.io/agents-cli/contributing/development-setup )
129- - [ Architecture Overview] ( https://your-username .github.io/agents-cli/contributing/architecture )
130- - [ Phase Task Breakdown] ( https://your-username .github.io/agents-cli/contributing/phase-roadmap )
128+ - [ Development Setup] ( https://sofatutor .github.io/agents-cli/contributing/development-setup )
129+ - [ Architecture Overview] ( https://sofatutor .github.io/agents-cli/contributing/architecture )
130+ - [ Phase Task Breakdown] ( https://sofatutor .github.io/agents-cli/contributing/phase-roadmap )
131131- [ Contributing Guide] ( CONTRIBUTING.md )
132132
133133## Project Status & Roadmap
@@ -143,7 +143,7 @@ npm run dev
143143| ⏳ OpenAI SDK Integration | Planned | Agent creation and orchestration |
144144| ⏳ Security Framework | Planned | Tool sandboxing and access controls |
145145
146- [ View detailed progress →] ( https://your-username .github.io/agents-cli/contributing/phase-roadmap )
146+ [ View detailed progress →] ( https://sofatutor .github.io/agents-cli/contributing/phase-roadmap )
147147
148148### Upcoming Phases
149149- ** Phase 2** : Advanced tool integrations and parallel workflow patterns
@@ -174,9 +174,9 @@ Security is a core focus. See our [Security Policy](SECURITY.md) for:
174174
175175## Support
176176
177- - 📖 [ Documentation] ( https://your-username .github.io/agents-cli )
178- - 🐛 [ Report Issues] ( https://github.com/your-username /agents-cli/issues )
179- - 💬 [ GitHub Discussions] ( https://github.com/your-username /agents-cli/discussions )
177+ - 📖 [ Documentation] ( https://sofatutor .github.io/agents-cli )
178+ - 🐛 [ Report Issues] ( https://github.com/sofatutor /agents-cli/issues )
179+ - 💬 [ GitHub Discussions] ( https://github.com/sofatutor /agents-cli/discussions )
180180- 🤝 [ Contributing Guide] ( CONTRIBUTING.md )
181181
182182---
0 commit comments