feat: update branding and visuals across the project
- Updated the README to include a new banner image and changed the title emoji from 🦋 to ⚕.
- Modified various CLI outputs and scripts to reflect the new branding, ensuring consistency in the use of the ⚕ emoji.
- Added a new banner image asset for enhanced visual appeal during installation and setup processes.
This commit is contained in:
parent
24c241d29b
commit
5c4c0c0cba
12 changed files with 16 additions and 12 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
# Hermes Agent 🦋
|
<p align="center">
|
||||||
|
<img src="assets/banner.png" alt="Hermes Agent" width="100%">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
# Hermes Agent ⚕
|
||||||
|
|
||||||
An AI agent with advanced tool-calling capabilities, featuring a flexible toolsets system, messaging integrations, and scheduled tasks.
|
An AI agent with advanced tool-calling capabilities, featuring a flexible toolsets system, messaging integrations, and scheduled tasks.
|
||||||
|
|
||||||
|
|
|
||||||
BIN
assets/banner.png
Normal file
BIN
assets/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
|
|
@ -601,7 +601,7 @@ def show_config():
|
||||||
|
|
||||||
print()
|
print()
|
||||||
print(color("┌─────────────────────────────────────────────────────────┐", Colors.CYAN))
|
print(color("┌─────────────────────────────────────────────────────────┐", Colors.CYAN))
|
||||||
print(color("│ 🦋 Hermes Configuration │", Colors.CYAN))
|
print(color("│ ⚕ Hermes Configuration │", Colors.CYAN))
|
||||||
print(color("└─────────────────────────────────────────────────────────┘", Colors.CYAN))
|
print(color("└─────────────────────────────────────────────────────────┘", Colors.CYAN))
|
||||||
|
|
||||||
# Paths
|
# Paths
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ def cron_daemon(interval: int = 60):
|
||||||
from cron.scheduler import start_daemon
|
from cron.scheduler import start_daemon
|
||||||
|
|
||||||
print(color("┌─────────────────────────────────────────────────────────┐", Colors.CYAN))
|
print(color("┌─────────────────────────────────────────────────────────┐", Colors.CYAN))
|
||||||
print(color("│ 🦋 Hermes Cron Daemon │", Colors.CYAN))
|
print(color("│ ⚕ Hermes Cron Daemon │", Colors.CYAN))
|
||||||
print(color("├─────────────────────────────────────────────────────────┤", Colors.CYAN))
|
print(color("├─────────────────────────────────────────────────────────┤", Colors.CYAN))
|
||||||
print(color("│ Press Ctrl+C to stop │", Colors.CYAN))
|
print(color("│ Press Ctrl+C to stop │", Colors.CYAN))
|
||||||
print(color("└─────────────────────────────────────────────────────────┘", Colors.CYAN))
|
print(color("└─────────────────────────────────────────────────────────┘", Colors.CYAN))
|
||||||
|
|
|
||||||
|
|
@ -354,7 +354,7 @@ def run_gateway(verbose: bool = False):
|
||||||
from gateway.run import start_gateway
|
from gateway.run import start_gateway
|
||||||
|
|
||||||
print("┌─────────────────────────────────────────────────────────┐")
|
print("┌─────────────────────────────────────────────────────────┐")
|
||||||
print("│ 🦋 Hermes Gateway Starting... │")
|
print("│ ⚕ Hermes Gateway Starting... │")
|
||||||
print("├─────────────────────────────────────────────────────────┤")
|
print("├─────────────────────────────────────────────────────────┤")
|
||||||
print("│ Press Ctrl+C to stop │")
|
print("│ Press Ctrl+C to stop │")
|
||||||
print("└─────────────────────────────────────────────────────────┘")
|
print("└─────────────────────────────────────────────────────────┘")
|
||||||
|
|
|
||||||
|
|
@ -432,7 +432,7 @@ def cmd_update(args):
|
||||||
import subprocess
|
import subprocess
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
print("🦋 Updating Hermes Agent...")
|
print("⚕ Updating Hermes Agent...")
|
||||||
print()
|
print()
|
||||||
|
|
||||||
# Check if we're in a git repo
|
# Check if we're in a git repo
|
||||||
|
|
|
||||||
|
|
@ -301,7 +301,7 @@ def run_setup_wizard(args):
|
||||||
|
|
||||||
print()
|
print()
|
||||||
print(color("┌─────────────────────────────────────────────────────────┐", Colors.MAGENTA))
|
print(color("┌─────────────────────────────────────────────────────────┐", Colors.MAGENTA))
|
||||||
print(color("│ 🦋 Hermes Agent Setup Wizard │", Colors.MAGENTA))
|
print(color("│ ⚕ Hermes Agent Setup Wizard │", Colors.MAGENTA))
|
||||||
print(color("├─────────────────────────────────────────────────────────┤", Colors.MAGENTA))
|
print(color("├─────────────────────────────────────────────────────────┤", Colors.MAGENTA))
|
||||||
print(color("│ Let's configure your Hermes Agent installation. │", Colors.MAGENTA))
|
print(color("│ Let's configure your Hermes Agent installation. │", Colors.MAGENTA))
|
||||||
print(color("│ Press Ctrl+C at any time to exit. │", Colors.MAGENTA))
|
print(color("│ Press Ctrl+C at any time to exit. │", Colors.MAGENTA))
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ def show_status(args):
|
||||||
|
|
||||||
print()
|
print()
|
||||||
print(color("┌─────────────────────────────────────────────────────────┐", Colors.CYAN))
|
print(color("┌─────────────────────────────────────────────────────────┐", Colors.CYAN))
|
||||||
print(color("│ 🦋 Hermes Agent Status │", Colors.CYAN))
|
print(color("│ ⚕ Hermes Agent Status │", Colors.CYAN))
|
||||||
print(color("└─────────────────────────────────────────────────────────┘", Colors.CYAN))
|
print(color("└─────────────────────────────────────────────────────────┘", Colors.CYAN))
|
||||||
|
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@ def run_uninstall(args):
|
||||||
|
|
||||||
print()
|
print()
|
||||||
print(color("┌─────────────────────────────────────────────────────────┐", Colors.MAGENTA, Colors.BOLD))
|
print(color("┌─────────────────────────────────────────────────────────┐", Colors.MAGENTA, Colors.BOLD))
|
||||||
print(color("│ 🦋 Hermes Agent Uninstaller │", Colors.MAGENTA, Colors.BOLD))
|
print(color("│ ⚕ Hermes Agent Uninstaller │", Colors.MAGENTA, Colors.BOLD))
|
||||||
print(color("└─────────────────────────────────────────────────────────┘", Colors.MAGENTA, Colors.BOLD))
|
print(color("└─────────────────────────────────────────────────────────┘", Colors.MAGENTA, Colors.BOLD))
|
||||||
print()
|
print()
|
||||||
|
|
||||||
|
|
@ -337,5 +337,5 @@ def run_uninstall(args):
|
||||||
print(color("Reload your shell to complete the process:", Colors.YELLOW))
|
print(color("Reload your shell to complete the process:", Colors.YELLOW))
|
||||||
print(" source ~/.bashrc # or ~/.zshrc")
|
print(" source ~/.bashrc # or ~/.zshrc")
|
||||||
print()
|
print()
|
||||||
print("Thank you for using Hermes Agent! 🦋")
|
print("Thank you for using Hermes Agent! ⚕")
|
||||||
print()
|
print()
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ $PythonVersion = "3.11"
|
||||||
function Write-Banner {
|
function Write-Banner {
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
Write-Host "┌─────────────────────────────────────────────────────────┐" -ForegroundColor Magenta
|
Write-Host "┌─────────────────────────────────────────────────────────┐" -ForegroundColor Magenta
|
||||||
Write-Host "│ 🦋 Hermes Agent Installer │" -ForegroundColor Magenta
|
Write-Host "│ ⚕ Hermes Agent Installer │" -ForegroundColor Magenta
|
||||||
Write-Host "├─────────────────────────────────────────────────────────┤" -ForegroundColor Magenta
|
Write-Host "├─────────────────────────────────────────────────────────┤" -ForegroundColor Magenta
|
||||||
Write-Host "│ An open source AI agent by Nous Research. │" -ForegroundColor Magenta
|
Write-Host "│ An open source AI agent by Nous Research. │" -ForegroundColor Magenta
|
||||||
Write-Host "└─────────────────────────────────────────────────────────┘" -ForegroundColor Magenta
|
Write-Host "└─────────────────────────────────────────────────────────┘" -ForegroundColor Magenta
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,7 @@ print_banner() {
|
||||||
echo ""
|
echo ""
|
||||||
echo -e "${MAGENTA}${BOLD}"
|
echo -e "${MAGENTA}${BOLD}"
|
||||||
echo "┌─────────────────────────────────────────────────────────┐"
|
echo "┌─────────────────────────────────────────────────────────┐"
|
||||||
echo "│ 🦋 Hermes Agent Installer │"
|
echo "│ ⚕ Hermes Agent Installer │"
|
||||||
echo "├─────────────────────────────────────────────────────────┤"
|
echo "├─────────────────────────────────────────────────────────┤"
|
||||||
echo "│ An open source AI agent by Nous Research. │"
|
echo "│ An open source AI agent by Nous Research. │"
|
||||||
echo "└─────────────────────────────────────────────────────────┘"
|
echo "└─────────────────────────────────────────────────────────┘"
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ cd "$SCRIPT_DIR"
|
||||||
PYTHON_VERSION="3.11"
|
PYTHON_VERSION="3.11"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo -e "${CYAN}🦋 Hermes Agent Setup${NC}"
|
echo -e "${CYAN}⚕ Hermes Agent Setup${NC}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue