autonomous-ai commited on
Commit
4cc20c6
Β·
verified Β·
1 Parent(s): bcf8d1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -13
README.md CHANGED
@@ -24,15 +24,13 @@ p {
24
  }
25
  </style>
26
 
27
- <div style="text-align: center;">
28
 
29
  <div style="display: flex; justify-content: center; align-items: center; margin-bottom: 8px;">
30
  <img src="https://cdn.autonomous.ai/production/ecm/250411/Logo-Web-Desk(1).svg" alt="Autonomous" style="height: 50px;">
31
  </div>
32
 
33
- <p style="font-size: 22px; font-weight: 400;">Open-source operating system for physical AI agents.</p>
34
-
35
- <div style="text-align: left; max-width: 640px; margin: 0 auto;">
36
 
37
  <p>Autonomous OS turns edge hardware into a complete AI agent β€” one that sees, hears, speaks, moves, senses, remembers, and updates itself over the air. The OS handles <b>everything below the brain</b>: hardware drivers, WiFi provisioning, a web dashboard, OTA updates, MQTT bridge, multi-channel messaging (Telegram, Slack, Discord, WhatsApp), and a 2-second sensing loop that runs vision, motion, sound, and light detection in parallel.</p>
38
 
@@ -40,8 +38,6 @@ p {
40
 
41
  <p>Hardware is a plugin: missing peripherals are skipped at init, so the same OS image runs a 5-DOF desk lamp and a quadruped robot alike. Skills address <b>capabilities</b>, not hardware β€” a "come here" skill works on any device that can move.</p>
42
 
43
- </div>
44
-
45
  ---
46
 
47
  <div style="height: 400px; overflow: hidden; display: flex; justify-content: center; align-items: center; margin-bottom: 16px;">
@@ -64,19 +60,17 @@ p {
64
  <img src="https://cdn.autonomous.ai/production/ecm/260701/OS2.webp" alt="Autonomous OS" style="max-width: 100%; max-height: 100%;">
65
  </div>
66
 
67
- <div style="text-align: left; max-width: 640px; margin: 0 auto;">
68
- <p><b>24 skills</b> β€” guard, mood, habit, wellbeing, music, camera, LED, servo, and more. Each skill is a <code>SKILL.md</code> the runtime reads and executes.</p>
69
 
70
- <p><b>Realtime voice</b> β€” native speech-to-speech via Gemini Live, OpenAI Realtime, or Qwen Omni. Sub-second chit-chat; complex tasks delegate to the main agent.</p>
71
 
72
- <p><b>MCP tools</b> β€” connect any MCP-compatible tool. HF Spaces, Notion, GitHub, and community contributions all plug in through the same protocol.</p>
73
 
74
- <p><b>Device-agnostic</b> β€” same OS image, different <code>DEVICE.md</code>. A "come here" skill runs on Lamp and Go2 alike β€” skills address capabilities, not hardware.</p>
75
- </div>
76
 
77
  ---
78
 
79
- <p>
80
  <a href="https://github.com/autonomous-ai/autonomous-os">GitHub</a> Β· <a href="https://www.autonomous.ai">Website</a>
81
  </p>
82
 
 
24
  }
25
  </style>
26
 
27
+ <div style="text-align: left; max-width: 640px; margin: 0 auto;">
28
 
29
  <div style="display: flex; justify-content: center; align-items: center; margin-bottom: 8px;">
30
  <img src="https://cdn.autonomous.ai/production/ecm/250411/Logo-Web-Desk(1).svg" alt="Autonomous" style="height: 50px;">
31
  </div>
32
 
33
+ <p style="font-size: 22px; font-weight: 400; text-align: center;">Open-source operating system for physical AI agents.</p>
 
 
34
 
35
  <p>Autonomous OS turns edge hardware into a complete AI agent β€” one that sees, hears, speaks, moves, senses, remembers, and updates itself over the air. The OS handles <b>everything below the brain</b>: hardware drivers, WiFi provisioning, a web dashboard, OTA updates, MQTT bridge, multi-channel messaging (Telegram, Slack, Discord, WhatsApp), and a 2-second sensing loop that runs vision, motion, sound, and light detection in parallel.</p>
36
 
 
38
 
39
  <p>Hardware is a plugin: missing peripherals are skipped at init, so the same OS image runs a 5-DOF desk lamp and a quadruped robot alike. Skills address <b>capabilities</b>, not hardware β€” a "come here" skill works on any device that can move.</p>
40
 
 
 
41
  ---
42
 
43
  <div style="height: 400px; overflow: hidden; display: flex; justify-content: center; align-items: center; margin-bottom: 16px;">
 
60
  <img src="https://cdn.autonomous.ai/production/ecm/260701/OS2.webp" alt="Autonomous OS" style="max-width: 100%; max-height: 100%;">
61
  </div>
62
 
63
+ <p><b>25 built-in skills</b> β€” guard, mood, habit, wellbeing, music, camera, LED, servo, display, emotion, sensing, face enrollment, voice, computer-use, connectors, and more. Each skill is a plain-text <code>SKILL.md</code> the runtime reads and executes via HTTP.</p>
 
64
 
65
+ <p><b>Realtime voice (S2S)</b> β€” native speech-to-speech via Gemini Live, OpenAI Realtime, or Qwen Omni. Sub-second casual chat on the realtime model; complex tasks auto-delegate to the main agent. Local VAD + intent matching bypass the LLM entirely for known commands (~50 ms).</p>
66
 
67
+ <p><b>5 agent runtimes</b> β€” OpenClaw (Claude, full-featured), Hermes (Claude, 50% less memory), PicoClaw (Haiku, runs on Pi Zero), Codex (GPT-4), Claude Code (CLI-native). Swap via one config field.</p>
68
 
69
+ <p><b>Full system, not just a runtime</b> β€” WiFi setup wizard, React web dashboard, OTA bootstrap worker, MQTT bridge, multi-channel messaging, JSONL session memory with auto-summarization, and a 2-second sensing loop (motion, face, light, sound) that routes events to the agent.</p>
 
70
 
71
  ---
72
 
73
+ <p style="text-align: center;">
74
  <a href="https://github.com/autonomous-ai/autonomous-os">GitHub</a> Β· <a href="https://www.autonomous.ai">Website</a>
75
  </p>
76