Revert "security: remove API key grep from hermes-chat.sh, remove public screenshots from repo"

This reverts commit d1aa1373f5.
This commit is contained in:
outsourc-e
2026-03-26 22:37:16 -04:00
parent d1aa1373f5
commit 9c699b67fa
29 changed files with 1 additions and 6 deletions

2
.gitignore vendored
View File

@@ -136,5 +136,3 @@ __pycache__/
.env.docker .env.docker
.env.bak .env.bak
public/screenshots/
docs/screenshots/

BIN
docs/screenshots/chat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

BIN
docs/screenshots/files.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

BIN
docs/screenshots/memory.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

BIN
docs/screenshots/skills.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 KiB

BIN
docs/screenshots/splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View File

@@ -1,10 +1,7 @@
#!/bin/bash #!/bin/bash
# Simple Hermes chat loop — no TUI, works perfectly in embedded terminals # Simple Hermes chat loop — no TUI, works perfectly in embedded terminals
HERMES=~/.openclaw/workspace/hermes-agent/.venv/bin/hermes HERMES=~/.openclaw/workspace/hermes-agent/.venv/bin/hermes
# Use ANTHROPIC_API_KEY from environment — set in your .env or shell profile export ANTHROPIC_API_KEY=$(grep -o 'sk-ant-[^"]*' ~/.hermes/auth-profiles.json 2>/dev/null | head -1)
if [ -z "$ANTHROPIC_API_KEY" ]; then
echo "Warning: ANTHROPIC_API_KEY not set. Export it or add to ~/.hermes/.env"
fi
echo "Hermes Agent (simple mode) — type your message, press Enter" echo "Hermes Agent (simple mode) — type your message, press Enter"
echo "Type 'exit' to quit" echo "Type 'exit' to quit"

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 KiB

BIN
public/screenshots/chat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB