Initial Agentsd project commit

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 15:09:56 +08:00
commit 1bf1f08f9a
41 changed files with 8106 additions and 0 deletions

View 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