Initial Agentsd project commit
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
16
plugins/echo/plugin.yaml
Normal file
16
plugins/echo/plugin.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
id: echo-test
|
||||
name: Echo Test Plugin
|
||||
version: 0.1.0
|
||||
type: basic
|
||||
|
||||
syscalls:
|
||||
- display.text
|
||||
- fs.list
|
||||
- memory.read
|
||||
- memory.write
|
||||
|
||||
exports:
|
||||
- name: echo
|
||||
description: Echo test
|
||||
|
||||
entry: python echo_plugin.py
|
||||
Reference in New Issue
Block a user