oscript-vscode-plugin
Version:
Oscript support for writing Autonomous Agents in VS Code
26 lines (17 loc) • 1.02 kB
Markdown
Write and validate Autonomous Agents in Oscript language. AAs are programs that automate the movement of funds on Obyte network. They allow to create various DeFi applications.
* Syntax highlighting
* Code completion
* Error highlighting
* Agent deployment directly from the extension
Oscript extension provides `Oscript: Deploy Autonomous Agent` command which is available in Command Palette.
Execute it after AA validation and you will get the link you can use to deploy the agent with your phone or another device.
Another way to do this is to click the validation message in the status bar.
Oscript extension provides an integration with Autonomous Agent testing framework.
Execute `Oscript: Create test example files` to generate sample test files.
Execute `Oscript: Test current file` to run the tests.
See the [Autonomous Agents documentation](https://developer.obyte.org/autonomous-agents) for details.