UNPKG

oscript-vscode-plugin

Version:

Oscript support for writing Autonomous Agents in VS Code

26 lines (17 loc) 1.02 kB
# Oscript extension for Visual Studio Code 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. ## Features * Syntax highlighting * Code completion * Error highlighting * Agent deployment directly from the extension ## Agent deployment 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. ## Testing 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. ## Tutorial See the [Autonomous Agents documentation](https://developer.obyte.org/autonomous-agents) for details.