Skip to content

Commit f0a7435

Browse files
committed
Merge commit 'aa7f8e5f2cf91676786f7c42441bd0c97e7395d3' into conversion-to-mono-repo
2 parents 5423021 + aa7f8e5 commit f0a7435

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ An open-source mono-repository containing the MyCoder agent and cli.
44

55
!NOTE: To get started with the mycoder agent, [please see the CLI package](packages/cli)
66

7+
## Features
8+
9+
- 🤖 **AI-Powered**: Leverages Anthropic's Claude API for intelligent decision making
10+
- 🛠️ **Extensible Tool System**: Modular architecture with various tool categories
11+
- 🔄 **Parallel Execution**: Ability to spawn sub-agents for concurrent task processing
12+
- 📝 **Self-Modification**: Can modify code, it was built and tested by writing itself
13+
- 🔍 **Smart Logging**: Hierarchical, color-coded logging system for clear output
14+
- 👤 **Human Compatible**: Uses README.md, project files and shell commands to build its own context
15+
16+
Please join the MyCoder.ai discord for support: https://discord.gg/5K6TYrHGHt
17+
718
## 🚀 Quick Start
819

920
### Prerequisites
@@ -27,8 +38,6 @@ pnpm -f mycoder -i
2738

2839
## 📦 Packages
2940

30-
All packages are contained in the folder `/packages/*`
31-
3241
### [`cli`](packages/cli)
3342

3443
Command-line interface for AI-powered coding tasks:

packages/agent/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The MyCoder Agent system is built around a few key concepts:
1111
- 🤖 **AI-Powered**: Leverages Anthropic's Claude API for intelligent decision making
1212
- 🔍 **Smart Logging**: Hierarchical, color-coded logging system for clear output
1313

14+
Please join the MyCoder.ai discord for support: https://discord.gg/5K6TYrHGHt
15+
1416
## Installation
1517

1618
```bash

packages/cli/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99

1010
MyCoder is a simple to install, powerful command-line AI agent that can perform arbitrary tasks with a particular focus on coding tasks. It uses the [mycoder-agent](https://www.npmjs.com/package/mycoder-agent) package to provide AI-powered automation capabilities.
1111

12+
- 🤖 **AI-Powered**: Leverages Anthropic's Claude API for intelligent decision making
13+
- 🛠️ **Extensible Tool System**: Modular architecture with various tool categories
14+
- 🔄 **Parallel Execution**: Ability to spawn sub-agents for concurrent task processing
15+
- 📝 **Self-Modification**: Can modify code, it was built and tested by writing itself
16+
- 🔍 **Smart Logging**: Hierarchical, color-coded logging system for clear output
17+
- 👤 **Human Compatible**: Uses README.md, project files and shell commands to build its own context
18+
1219
Please join the MyCoder.ai discord for support: https://discord.gg/5K6TYrHGHt
1320

1421
## WARNING and LIABILITY WAIVER

0 commit comments

Comments
 (0)