exoagent 0.0.10 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
- # exoagent
1
+ # ExoAgent
2
2
 
3
3
  The OS kernel to safely unleash your agents.
4
4
 
5
+ ![ExoAgent Demo](./website/public/demo.gif)
6
+
5
7
  🛡️ **[Live Challenge: Steal my $1,000 BTC](https://exoagent.io/challenge)**
6
8
  We put a real Bitcoin wallet in a database protected by ExoAgent. If you can prompt-inject the agent to extract the private key, you keep the money.
7
9
 
@@ -19,6 +21,8 @@ ExoAgent uses **Object Capabilities (OCap)** to enforce security at the runtime
19
21
 
20
22
  It doesn't matter if the LLM gets jailbroken. It runs inside a sandbox where invalid actions are mathematically impossible. Security as a system invariant, not a polite suggestion.
21
23
 
24
+ ![ExoAgent Architecture](./website/public/architecture.jpg)
25
+
22
26
  ## Quick Start
23
27
 
24
28
  ### 1. Installation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "exoagent",
3
3
  "type": "module",
4
- "version": "0.0.10",
4
+ "version": "0.0.12",
5
5
  "description": "The OS kernel to safely unleash your agents",
6
6
  "author": "Ryan Rasti <https://github.com/ryanrasti>",
7
7
  "license": "MIT",