⚑ Powered by Claude Code

Install with
One Conversation

Deploy your own local AI assistant by simply talking to Claude Code. No commands to memorize. No config files to edit. Just ask.

πŸ’‘

The Concept

Claude Code isn't just a coding assistantβ€”it's your personal DevOps engineer.

πŸ€–

One Dependency

All you need is Claude Code. The agent handles Docker, downloads, configurationβ€”everything.

πŸ’¬

Conversational

No commands to memorize. Just say what you want: "Install", "Start", "Status", "Help".

πŸ”„

Full Lifecycle

Install, configure, run, monitor, troubleshoot, updateβ€”the agent handles the entire lifecycle.

πŸš€

Get Started

Three simple steps. Five minutes. Zero complexity.

1
Download the Agent
One command to install the Claude Code operator

Open your terminal and run this command to download the Claude Code agent:

Terminal
mkdir -p ~/.claude/agents && curl -o ~/.claude/agents/copilot-agent-365-operator.md https://raw.githubusercontent.com/kody-w/copilot-agent-365-docker/main/.claude/agents/copilot-agent-365-operator.md
βœ…
That's it! The agent is now installed and ready to use. You only need to do this once.
2
Open Claude Code
Launch Claude Code in your terminal

Open a new terminal window and start Claude Code:

Terminal
claude
πŸ’‘
Don't have Claude Code? Install it from claude.ai/code
3
Say the Magic Words
Tell Claude Code what you want
Just say this
Install Copilot Agent 365

Claude Code will take it from here. Watch the magic happen:

Claude Code
copilot-agent-365-operator
πŸ‘€
You
Install Copilot Agent 365
C
Claude
I'll help you install Copilot Agent 365. Let me first check your system requirements...

βœ… Docker is installed and running
βœ… 16 GB RAM available
βœ… 45 GB disk space available

Perfect! All prerequisites met. Starting installation...
Installation Progress
πŸ“₯ Cloning repository...
Cloning into 'copilot-agent-365-docker'...
βœ… Repository cloned
🐳 Pulling Docker images...
Pulling kodywf/copilot-agent-365:latest...
Pulling ollama/ollama:latest...
βœ… Images pulled
πŸš€ Starting services...
Creating container ollama...
Creating container agent_function...
πŸ“¦ Downloading Llama 3.1 model (4.7GB)...
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%
βœ… Model ready!

════════════════════════════════════════
βœ… COPILOT AGENT 365 IS READY!
════════════════════════════════════════
🌐 Web UI: http://localhost:7071
πŸŽ‰
That's it! Claude Code opens your browser automatically. Start chatting with your local AI at localhost:7071
πŸ’¬

What Can You Say?

After installation, you can manage everything through conversation.

"Start"
Starts all services
"Stop"
Stops all services
"Status"
Shows health & resources
"Logs"
View recent activity
"Update"
Pull latest version
"Change model to X"
Switch AI models
"Use GPU"
Enable NVIDIA acceleration
"Reset"
Fresh start
"Diagnose"
Full troubleshooting
"Open"
Launch web UI
πŸ’‘
Pro tip: You don't need exact phrasing. Claude Code understands natural language. "Is it running?", "Check if the agent is okay", "What's the status?" all work!
πŸ”§

Something Wrong?

Just tell Claude Code. It knows how to fix things.

Claude Code
Troubleshooting Mode
πŸ‘€
You
It's not working
C
Claude
I'll run a full diagnostic. Give me a moment...

πŸ” Diagnostic Results:
βœ… Docker running
βœ… Containers healthy
βœ… Ollama responding
❌ Port 7071 conflict detected

Found the issue! Another process is using port 7071. I'll fix it...

βœ… Killed conflicting process
βœ… Restarted services
βœ… Web UI now accessible at http://localhost:7071
🐒

"It's slow"

Claude will suggest switching to a smaller model or enabling GPU mode.

πŸ’₯

"It crashed"

Claude checks logs, identifies the issue, and restarts services.

πŸ”„

"Start fresh"

Claude performs a full reset and reinstalls everything.

Ready to Get Started?

Your local AI assistant is one conversation away.

Run this once
mkdir -p ~/.claude/agents && curl -o ~/.claude/agents/copilot-agent-365-operator.md https://raw.githubusercontent.com/kody-w/copilot-agent-365-docker/main/.claude/agents/copilot-agent-365-operator.md

Then open Claude Code and say: "Install Copilot Agent 365"

🐳 Docker Hub πŸ“¦ GitHub