Revert "security: remove API key grep from hermes-chat.sh, remove public screenshots from repo"
This reverts commit d1aa1373f5.
2
.gitignore
vendored
@@ -136,5 +136,3 @@ __pycache__/
|
||||
|
||||
.env.docker
|
||||
.env.bak
|
||||
public/screenshots/
|
||||
docs/screenshots/
|
||||
|
||||
BIN
docs/screenshots/chat.png
Normal file
|
After Width: | Height: | Size: 340 KiB |
BIN
docs/screenshots/files.png
Normal file
|
After Width: | Height: | Size: 322 KiB |
BIN
docs/screenshots/memory.png
Normal file
|
After Width: | Height: | Size: 348 KiB |
BIN
docs/screenshots/settings.png
Normal file
|
After Width: | Height: | Size: 265 KiB |
BIN
docs/screenshots/skills.png
Normal file
|
After Width: | Height: | Size: 791 KiB |
BIN
docs/screenshots/splash.png
Normal file
|
After Width: | Height: | Size: 187 KiB |
BIN
docs/screenshots/terminal.png
Normal file
|
After Width: | Height: | Size: 210 KiB |
@@ -1,10 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Simple Hermes chat loop — no TUI, works perfectly in embedded terminals
|
||||
HERMES=~/.openclaw/workspace/hermes-agent/.venv/bin/hermes
|
||||
# Use ANTHROPIC_API_KEY from environment — set in your .env or shell profile
|
||||
if [ -z "$ANTHROPIC_API_KEY" ]; then
|
||||
echo "Warning: ANTHROPIC_API_KEY not set. Export it or add to ~/.hermes/.env"
|
||||
fi
|
||||
export ANTHROPIC_API_KEY=$(grep -o 'sk-ant-[^"]*' ~/.hermes/auth-profiles.json 2>/dev/null | head -1)
|
||||
|
||||
echo "Hermes Agent (simple mode) — type your message, press Enter"
|
||||
echo "Type 'exit' to quit"
|
||||
|
||||
BIN
public/screenshots/agent-hub-v3.png
Normal file
|
After Width: | Height: | Size: 593 KiB |
BIN
public/screenshots/agent-hub.png
Normal file
|
After Width: | Height: | Size: 740 KiB |
BIN
public/screenshots/chat-agent-hub.png
Normal file
|
After Width: | Height: | Size: 450 KiB |
BIN
public/screenshots/chat-v3.png
Normal file
|
After Width: | Height: | Size: 759 KiB |
BIN
public/screenshots/chat.png
Normal file
|
After Width: | Height: | Size: 228 KiB |
BIN
public/screenshots/command-palette.png
Normal file
|
After Width: | Height: | Size: 367 KiB |
BIN
public/screenshots/dashboard-v3.png
Normal file
|
After Width: | Height: | Size: 457 KiB |
BIN
public/screenshots/dashboard.png
Normal file
|
After Width: | Height: | Size: 713 KiB |
BIN
public/screenshots/files.png
Normal file
|
After Width: | Height: | Size: 500 KiB |
BIN
public/screenshots/gallery/agents-config.png
Normal file
|
After Width: | Height: | Size: 581 KiB |
BIN
public/screenshots/gallery/cron-manager.png
Normal file
|
After Width: | Height: | Size: 619 KiB |
BIN
public/screenshots/gallery/mission-wizard.png
Normal file
|
After Width: | Height: | Size: 319 KiB |
BIN
public/screenshots/gallery/mobile-agent-hub.png
Normal file
|
After Width: | Height: | Size: 421 KiB |
BIN
public/screenshots/gallery/mobile-configure.png
Normal file
|
After Width: | Height: | Size: 466 KiB |
BIN
public/screenshots/gallery/skills-browser.png
Normal file
|
After Width: | Height: | Size: 805 KiB |
BIN
public/screenshots/gallery/tasks-board.png
Normal file
|
After Width: | Height: | Size: 224 KiB |
BIN
public/screenshots/mission-control-v3.png
Normal file
|
After Width: | Height: | Size: 501 KiB |
BIN
public/screenshots/mobile-dashboard-v3.png
Normal file
|
After Width: | Height: | Size: 278 KiB |
BIN
public/screenshots/providers.png
Normal file
|
After Width: | Height: | Size: 278 KiB |
BIN
public/screenshots/skills-browser.jpg
Normal file
|
After Width: | Height: | Size: 63 KiB |