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
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Agents CLI

[![CI](https://github.com/your-username/agents-cli/workflows/CI/badge.svg)](https://github.com/your-username/agents-cli/actions)
[![CI](https://github.com/sofatutor/agents-cli/workflows/CI/badge.svg)](https://github.com/sofatutor/agents-cli/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://your-username.github.io/agents-cli)
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://sofatutor.github.io/agents-cli)
[![Phase](https://img.shields.io/badge/Phase-1%20Development-orange)]()
[![OpenAI SDK](https://img.shields.io/badge/OpenAI-Agents%20SDK-green)](https://openai.github.io/openai-agents-js/)

**Multi-agent workflow engine for agentic IDEs using OpenAI Agents SDK**

> 🚧 **Status**: Phase 1 Development - Foundation and MCP core functionality
>
> 📖 **Documentation**: [your-username.github.io/agents-cli](https://your-username.github.io/agents-cli)
> 📖 **Documentation**: [sofatutor.github.io/agents-cli](https://sofatutor.github.io/agents-cli)

## What is Agents CLI?

Expand Down Expand Up @@ -97,13 +97,13 @@ agents-cli serve \

## Documentation

📖 **[Complete Documentation](https://your-username.github.io/agents-cli)**
📖 **[Complete Documentation](https://sofatutor.github.io/agents-cli)**

### Quick Links
- [Installation Guide](https://your-username.github.io/agents-cli/getting-started/installation)
- [IDE Integration](https://your-username.github.io/agents-cli/guides/ide-integration)
- [Configuration Reference](https://your-username.github.io/agents-cli/api/configuration-schema)
- [Example Workflows](https://your-username.github.io/agents-cli/examples/)
- [Installation Guide](https://sofatutor.github.io/agents-cli/getting-started/installation)
- [IDE Integration](https://sofatutor.github.io/agents-cli/guides/ide-integration)
- [Configuration Reference](https://sofatutor.github.io/agents-cli/api/configuration-schema)
- [Example Workflows](https://sofatutor.github.io/agents-cli/examples/)

### Architecture & Development
- [OpenAI Agents SDK Guide](AGENTS.md)
Expand All @@ -117,17 +117,17 @@ We welcome contributions! This is an open source project under MIT license.

🛠️ **Development Setup**
```bash
git clone https://github.com/your-username/agents-cli.git
git clone https://github.com/sofatutor/agents-cli.git
cd agents-cli
npm install
npm test
npm run dev
```

📋 **Contributing Guidelines**
- [Development Setup](https://your-username.github.io/agents-cli/contributing/development-setup)
- [Architecture Overview](https://your-username.github.io/agents-cli/contributing/architecture)
- [Phase Task Breakdown](https://your-username.github.io/agents-cli/contributing/phase-roadmap)
- [Development Setup](https://sofatutor.github.io/agents-cli/contributing/development-setup)
- [Architecture Overview](https://sofatutor.github.io/agents-cli/contributing/architecture)
- [Phase Task Breakdown](https://sofatutor.github.io/agents-cli/contributing/phase-roadmap)
- [Contributing Guide](CONTRIBUTING.md)

## Project Status & Roadmap
Expand All @@ -143,7 +143,7 @@ npm run dev
| ⏳ OpenAI SDK Integration | Planned | Agent creation and orchestration |
| ⏳ Security Framework | Planned | Tool sandboxing and access controls |

[View detailed progress →](https://your-username.github.io/agents-cli/contributing/phase-roadmap)
[View detailed progress →](https://sofatutor.github.io/agents-cli/contributing/phase-roadmap)

### Upcoming Phases
- **Phase 2**: Advanced tool integrations and parallel workflow patterns
Expand Down Expand Up @@ -174,9 +174,9 @@ Security is a core focus. See our [Security Policy](SECURITY.md) for:

## Support

- 📖 [Documentation](https://your-username.github.io/agents-cli)
- 🐛 [Report Issues](https://github.com/your-username/agents-cli/issues)
- 💬 [GitHub Discussions](https://github.com/your-username/agents-cli/discussions)
- 📖 [Documentation](https://sofatutor.github.io/agents-cli)
- 🐛 [Report Issues](https://github.com/sofatutor/agents-cli/issues)
- 💬 [GitHub Discussions](https://github.com/sofatutor/agents-cli/discussions)
- 🤝 [Contributing Guide](CONTRIBUTING.md)

---
Expand Down
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Agents CLI Documentation
description: Multi-agent workflow engine for agentic IDEs
url: https://your-username.github.io
url: https://sofatutor.github.io
baseurl: /agents-cli

# Theme
Expand All @@ -26,14 +26,14 @@ header_pages:

# Social links
github:
repository_url: https://github.com/your-username/agents-cli
repository_url: https://github.com/sofatutor/agents-cli

# OpenGraph
logo: assets/img/agents-cli-logo.png
social:
name: Agents CLI
links:
- https://github.com/your-username/agents-cli
- https://github.com/sofatutor/agents-cli

# Collections
collections:
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ description: Open source workflow engine enabling agentic IDEs to execute sophis

**Multi-agent workflow engine for agentic IDEs using OpenAI Agents SDK**

[![CI](https://github.com/your-username/agents-cli/workflows/CI/badge.svg)](https://github.com/your-username/agents-cli/actions)
[![CI](https://github.com/sofatutor/agents-cli/workflows/CI/badge.svg)](https://github.com/sofatutor/agents-cli/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://your-username.github.io/agents-cli)
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://sofatutor.github.io/agents-cli)

## 🚀 What is Agents CLI?

Expand Down Expand Up @@ -60,4 +60,4 @@ We welcome contributions! This is an open source project under MIT license.

## 📄 License

MIT License - see [LICENSE](https://github.com/your-username/agents-cli/blob/main/LICENSE)
MIT License - see [LICENSE](https://github.com/sofatutor/agents-cli/blob/main/LICENSE)