Initial Agentsd project commit
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
31
plugins/ai_test/plugin.yaml
Normal file
31
plugins/ai_test/plugin.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
id: ai-test
|
||||
name: AI Test Plugin
|
||||
version: 0.1.0
|
||||
type: basic
|
||||
|
||||
# Manual verification plugin. Future plugin loaders must skip it by default.
|
||||
enabled: false
|
||||
autoload: false
|
||||
|
||||
syscalls:
|
||||
- display.text
|
||||
- memory.write
|
||||
- memory.read
|
||||
- memory.list
|
||||
- memory.delete
|
||||
- fs.write
|
||||
- fs.read
|
||||
- fs.stat
|
||||
- fs.list
|
||||
- fs.rename
|
||||
- fs.delete
|
||||
- process.spawn
|
||||
- process.stdout
|
||||
- process.wait
|
||||
- timer.once
|
||||
|
||||
exports:
|
||||
- name: run_checks
|
||||
description: Run end-to-end Agentsd syscall checks for AI verification
|
||||
|
||||
entry: python ai_test_plugin.py
|
||||
Reference in New Issue
Block a user