Initial Agentsd project commit
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
19
plugins/hermes/plugin.yaml
Normal file
19
plugins/hermes/plugin.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
id: hermes
|
||||
name: Hermes Agent Tools
|
||||
version: 0.16.0
|
||||
type: basic
|
||||
|
||||
syscalls:
|
||||
- network.request
|
||||
- fs.read
|
||||
- fs.write
|
||||
- process.spawn
|
||||
- memory.read
|
||||
- memory.write
|
||||
- display.text
|
||||
- timer.once
|
||||
|
||||
exports: auto # 自动从 Hermes registry 发现
|
||||
|
||||
entry: python hermes_plugin.py
|
||||
port: 50052
|
||||
Reference in New Issue
Block a user