exoagent 0.0.10 → 0.0.11
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.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ExoAgent
|
|
2
2
|
|
|
3
3
|
The OS kernel to safely unleash your agents.
|
|
4
4
|
|
|
5
|
+

|
|
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
|
+

|
|
25
|
+
|
|
22
26
|
## Quick Start
|
|
23
27
|
|
|
24
28
|
### 1. Installation
|