1- # <svg xmlns =" http://www.w3.org/2000/svg " width =" 32 " height =" 32 " viewBox =" 0 0 24 24 " fill =" none " stroke =" currentColor " stroke-width =" 2 " stroke-linecap =" round " stroke-linejoin =" round " style =" display : inline-block ; vertical-align : middle ; margin-right : 8px ;" ><circle cx =" 12 " cy =" 12 " r =" 3 " /><circle cx =" 12 " cy =" 4 " r =" 2 " /><circle cx =" 20 " cy =" 12 " r =" 2 " /><circle cx =" 12 " cy =" 20 " r =" 2 " /><circle cx =" 4 " cy =" 12 " r =" 2 " /><path d =" M12 9 L12 7 " /><path d =" M15 12 L18 12 " /><path d =" M12 15 L12 18 " /><path d =" M9 12 L6 12 " /></svg >Claude Nexus
1+ # <svg xmlns =" http://www.w3.org/2000/svg " width =" 32 " height =" 32 " viewBox =" 0 0 24 24 " fill =" none " stroke =" currentColor " stroke-width =" 2 " stroke-linecap =" round " stroke-linejoin =" round " style =" display : inline-block ; vertical-align : middle ; margin-right : 8px ;" ><circle cx =" 12 " cy =" 12 " r =" 3 " /><circle cx =" 12 " cy =" 4 " r =" 2 " /><circle cx =" 20 " cy =" 12 " r =" 2 " /><circle cx =" 12 " cy =" 20 " r =" 2 " /><circle cx =" 4 " cy =" 12 " r =" 2 " /><path d =" M12 9 L12 7 " /><path d =" M15 12 L18 12 " /><path d =" M12 15 L12 18 " /><path d =" M9 12 L6 12 " /></svg >Agent Prompt Train
22
3- Claude Nexus is a Claude Code management server for teams that includes comprehensive monitoring, conversation tracking, and dashboard visualizations. Claude Nexus allows you to understand, manage, and improve your team's Claude Code usage.
3+ Agent Prompt Train is a Claude Code management server for teams that includes comprehensive monitoring, conversation tracking, and dashboard visualizations. Agent Prompt Train allows you to understand, manage, and improve your team's Claude Code usage.
44(_ Supports Claude Max plan_ )
55
66### 📖 Quick Navigation
77
8- - [ ** Getting Started** ] ( #quick-start ) - Set up Claude Nexus in seconds
8+ - [ ** Getting Started** ] ( #quick-start ) - Set up Agent Prompt Train in seconds
99- [ ** Features** ] ( #-features ) - Explore capabilities and functionality
1010- [ ** Development** ] ( #development-setup ) - Build and contribute
1111- [ ** Documentation** ] ( #documentation ) - Complete guides and references
1212- [ ** Deployment** ] ( #production-deployment ) - Production setup guides
1313
1414## 🎯 Objectives
1515
16- Claude Nexus empowers development teams to maximize their Claude AI usage through:
16+ Agent Prompt Train empowers development teams to maximize their Claude AI usage through:
1717
1818- 🔍 ** Complete Visibility** : Real-time access to conversations, tool invocations, and prompts for effective troubleshooting and debugging
1919- 📈 ** Historical Analytics** : Comprehensive activity history enabling usage monitoring, pattern identification, and continuous improvement
@@ -23,13 +23,13 @@ Claude Nexus empowers development teams to maximize their Claude AI usage throug
2323
2424![ Image] ( https://github.com/user-attachments/assets/91652db7-ebac-4386-994d-5775f455622f )
2525
26- Experience Claude Nexus in action with our live demo:
26+ Experience Agent Prompt Train in action with our live demo:
2727
2828👉 ** [ https://nexus-demo.moonsonglabs.dev ] ( https://nexus-demo.moonsonglabs.dev ) **
2929
3030_ Note: This is a read-only demo showcasing real usage data from our development team._
3131
32- <img src =" https://github.com/user-attachments/assets/aebffb8c-9535-4073-aa76-be31ee05a402 " alt =" Claude Nexus Dashboard" width =" 800 " >
32+ <img src =" https://github.com/user-attachments/assets/aebffb8c-9535-4073-aa76-be31ee05a402 " alt =" Agent Prompt Train Dashboard" width =" 800 " >
3333
3434## ✨ Features
3535
@@ -45,7 +45,7 @@ _Note: This is a read-only demo showcasing real usage data from our development
4545
4646## 📚 Key Concepts
4747
48- Understanding these terms will help you navigate Claude Nexus effectively:
48+ Understanding these terms will help you navigate Agent Prompt Train effectively:
4949
5050### Core Concepts
5151
@@ -107,7 +107,7 @@ For administrators or heavy users, you can follow the token usage and see when a
107107
108108## Quick Start
109109
110- Get Claude Nexus running locally in seconds.
110+ Get Agent Prompt Train running locally in seconds.
111111
112112### 🔥 Super Quick Start (All-in-One Docker + Claude CLI)
113113
@@ -116,10 +116,10 @@ Get Claude Nexus running locally in seconds.
116116- [ Docker] ( https://docker.com )
117117- Claude Code (_ already installed and setup_ )
118118
119- Start the Claude Nexus (_ docker image with: Postgres + Proxy + Dashboard_ ):
119+ Start the Agent Prompt Train (_ docker image with: Postgres + Proxy + Dashboard_ ):
120120
121121``` bash
122- docker run -d -p 3000:3000 -p 3001:3001 --name claude-nexus moonsonglabs/claude-nexus -all-in:latest
122+ docker run -d -p 3000:3000 -p 3001:3001 --name agent-prompttrain moonsonglabs/agent-prompttrain -all-in:latest
123123```
124124
125125Start using it from any project, you can use multiple claude at the same time:
@@ -146,16 +146,16 @@ For developers who want to modify the proxy or dashboard code with **hot reload*
146146
147147- [ Bun] ( https://bun.sh ) runtime (v1.0+)
148148- [ Docker] ( https://docker.com ) and Docker Compose
149- - Claude API Key or Claude Max subscription for each developer using Claude Nexus
149+ - Claude API Key or Claude Max subscription for each developer using Agent Prompt Train
150150
151151### 🛠️ Development Workflow
152152
153153** 1. Initial Setup**
154154
155155``` bash
156156# Clone and install dependencies
157- git clone https://github.com/Moonsong-Labs/claude-nexus .git
158- cd claude-nexus
157+ git clone https://github.com/Moonsong-Labs/agent-prompttrain .git
158+ cd agent-prompttrain
159159bun run setup
160160
161161# Configure environment
@@ -229,11 +229,11 @@ Docker Containers:
229229
230230## Production Deployment
231231
232- For deploying Claude Nexus in production environments.
232+ For deploying Agent Prompt Train in production environments.
233233
234- __ Important Considerations __ :
234+ ** Important Considerations ** :
235235
236- _ In order to comply with the Anthropic Terms of Service, you need to have a Claude subscription for each user of AI Nexus ._
236+ _ In order to comply with the Anthropic Terms of Service, you need to have a Claude subscription for each user of Agent Prompt Train ._
237237
238238### 📖 Deployment Guides
239239
@@ -252,7 +252,7 @@ Choose your deployment method:
252252
253253### ⚠️ Important Considerations
254254
255- - ** In order to comply with the Anthropic Terms of Service, you need to have a Claude Max subscription for each user of Claude Nexus .**
255+ - ** In order to comply with the Anthropic Terms of Service, you need to have a Claude Max subscription for each user of Agent Prompt Train .**
256256- Always set ` DASHBOARD_API_KEY ` in production
257257- Configure proper SSL/TLS certificates
258258- Set up monitoring and alerting
@@ -267,7 +267,7 @@ Essential configuration:
267267
268268``` bash
269269# Database
270- DATABASE_URL=postgresql://user:password@localhost:5432/claude_nexus
270+ DATABASE_URL=postgresql://user:password@localhost:5432/agent_prompttrain
271271
272272# Dashboard Authentication
273273# ⚠️ CRITICAL SECURITY WARNING: Without this key, the dashboard runs in read-only mode
@@ -341,7 +341,7 @@ Features:
341341## Architecture
342342
343343```
344- claude-nexus /
344+ agent-prompttrain /
345345├── packages/shared/ # Shared types and utilities
346346├── services/
347347│ ├── proxy/ # Proxy API service
@@ -380,19 +380,19 @@ See [Development Guide](docs/01-Getting-Started/development.md) for development
380380
381381### Environments (MoonsongLabs Internal)
382382
383- Claude Nexus supports deployment to multiple environments:
383+ Agent Prompt Train supports deployment to multiple environments:
384384
385385- ** Production (` prod ` )** - Live production services
386386- ** Staging (` staging ` )** - Pre-production testing environment
387387
388- For AWS EC2 deployments, use the ` manage-nexus -proxies.sh ` script with environment filtering:
388+ For AWS EC2 deployments, use the ` manage-agent-prompttrain -proxies.sh ` script with environment filtering:
389389
390390``` bash
391391# Deploy to production servers only
392- ./scripts/ops/manage-nexus -proxies.sh --env prod up
392+ ./scripts/ops/manage-agent-prompttrain -proxies.sh --env prod up
393393
394394# Check staging server status
395- ./scripts/ops/manage-nexus -proxies.sh --env staging status
395+ ./scripts/ops/manage-agent-prompttrain -proxies.sh --env staging status
396396```
397397
398398See [ AWS Infrastructure Guide] ( docs/03-Operations/deployment/aws-infrastructure.md ) for detailed multi-environment setup.
@@ -419,8 +419,8 @@ docker compose -f docker/docker-compose.yml up -d --build
419419
420420``` bash
421421# Build images individually
422- docker build -f docker/proxy/Dockerfile -t moonsonglabs/claude-nexus -proxy:local .
423- docker build -f docker/dashboard/Dockerfile -t claude-nexus -dashboard:local .
422+ docker build -f docker/proxy/Dockerfile -t moonsonglabs/agent-prompttrain -proxy:local .
423+ docker build -f docker/dashboard/Dockerfile -t agent-prompttrain -dashboard:local .
424424```
425425
426426### Production
@@ -465,13 +465,13 @@ Comprehensive documentation is available in the [docs](docs/) directory:
465465
466466## Contributing
467467
468- ⚠️ Disclaimer: This project has been entirely vibe Coded (using Claude Nexus ) with the goal to not manually touch a single file.
468+ ⚠️ Disclaimer: This project has been entirely vibe Coded (using Agent Prompt Train ) with the goal to not manually touch a single file.
469469
470470Contributions are welcome! Please read our [ Contributing Guidelines] ( CONTRIBUTING.md ) first.
471471
472472## Support
473473
474474- 📖 [ Full Documentation] ( docs/README.md )
475- - 🐛 [ Issue Tracker] ( https://github.com/Moonsong-Labs/claude-nexus /issues )
476- - 💬 [ Discussions] ( https://github.com/Moonsong-Labs/claude-nexus /discussions )
475+ - 🐛 [ Issue Tracker] ( https://github.com/Moonsong-Labs/agent-prompttrain /issues )
476+ - 💬 [ Discussions] ( https://github.com/Moonsong-Labs/agent-prompttrain /discussions )
477477- 📊 [ Changelog] ( docs/06-Reference/changelog.md )
0 commit comments