ValOs is a persistent, self-improving AI agent built as an evolution of autonomous agent frameworks. Engineered for both high-stakes environments (like memecoin trading and market analysis) and developer workflow automation, it operates with strategic depth, autonomous skill creation, and omnipresent accessibility.
- Self-Improving Memory & Skill Building: ValOs remembers context across sessions. When it encounters a complex task (like executing trades or analysis pipelines) and successfully solves it, it autonomously writes a Python script as a new reusable skill, commits it, and refines it over time.
- Omnipresent Communication Gateway: Access your agent from anywhere. Interact with it via a rich Terminal UI (TUI) or pair it with messaging platforms like Telegram, Discord, WhatsApp, Slack, Matrix, WeCom, SMS, or email. Call, text, or send voice memos to your bot on the go.
- Scheduled Background Automations (Cron): Set up recurring pipelines using natural language. For example, have ValOs check your portfolios, scrape sentiment, run system audits, or curate daily news, delivering reports directly to your preferred messaging app.
- Secure Sandboxing & Serverless Hibernation: Run your agent directly, inside Docker containers, or serverless using Daytona or Modal. Serverless instances hibernate when idle, costing nearly nothing, and wake up instantly when a new message is received.
- Parallel Subagents: Delegate complex multi-step pipelines to concurrent, isolated subagents, or execute scripts that call tools via RPC to minimize context window usage.
- Memecoin & Trading Mastery: Real-time market synthesis (analyzing liquidity, sentiment, and volume), portfolio tracking, and executing secure, self-custodial trades on decentralized protocols.
- Autonomous Code Development: Running test suites, debugging, git commits, writing files, and maintaining documentation.
- Remotely Controlled Systems Curation: Scrape web changes, summarize PDFs, transcribe voice notes, and trigger database backups directly from your phone.
- Custom Workflow Plugins: Package any repetitive command or task into an executable Python tool that is permanently added to its toolkit.
Install ValOs on Linux, macOS, or WSL2:
curl -fsSL https://raw.githubusercontent.com/Soljunge/ValOS/main/ValOs-agent/scripts/install.sh | bashLaunch the interactive Terminal UI:
valos-agentConfigure messaging channels to talk to your agent from your phone:
valos-agent gateway setup
valos-agent gateway start- ValOs-agent/: Core agent logic, TUI, toolsets, skills, and gateways.
- ValOs-agent/landingpage/: High-performance static landing page.
- ValOs-agent/website/: Docusaurus documentation site.
Warning
Disclaimer: In order to perform transactions or financial operations, ValOs requires integration with an agentic wallet. Trading memecoins and other crypto assets involves extremely high market risk. The agent operates autonomously and can make mistakes at trading, execute erroneous transactions, or incur significant financial losses. Always use with caution and monitor transactions closely.
Made with the help of the Hermes Agent