AriaMeet Aria, an AI Agent you can use for Actuarial Reserving, Indications, and Analysis. Aria can answer simple questions ("When does ASOP 43 recommend doing a sensitivity analysis?") as well as perform complex tasks ("Please turn those loss runs in quarterly triangles and calculate ultimates."). Aria can create and edit files, explore large projects, use the browser, and execute terminal commands. It has access to an extensive library of actuarial knowledge that it consults before making decisions. Aria is a VS Code Extension that writes, edits, and runs code for you when needed. It is not strictly necessary to know programming to use Aria, though that might be helpful for more complex tasks. Simpler tasks can be executed fully independently. Use any API and ModelAria supports API providers like OpenRouter, Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure, GCP Vertex, Cerebras and Groq. You can also configure any OpenAI compatible API, or use a local model through LM Studio/Ollama. If you're using OpenRouter, the extension fetches their latest model list, allowing you to use the newest models as soon as they're available. The extension also keeps track of total tokens and API usage cost for the entire task loop and individual requests, keeping you informed of spend every step of the way. Run Commands in TerminalThanks to the new shell integration updates in VSCode v1.93, Aria can execute commands directly in your terminal and receive the output. This allows to perform a wide range of tasks, from installing packages and running build scripts to deploying applications, managing databases, and executing tests, all while adapting to your dev environment & toolchain to get the job done right. For long running processes, use the "Proceed While Running" button to let Aria continue in the task while the command runs in the background. Aria will be notified of any new terminal output along the way and will react to issues that may come up, such as compile-time errors when editing files. Create and Edit FilesAria creates and edits files in the directory opened in VS Code. You can edit or revert Aria's changes directly in the diff view editor, or provide feedback in chat until you're satisfied with the result. All changes made by Aria are recorded in your file's Timeline, providing an easy way to track and revert modifications if needed. Use the BrowserWith Claude Sonnet's new Computer Use capability, Aria can launch a browser, click elements, type text, and scroll, capturing screenshots and console logs at each step. This allows for general web use. "add a tool that..."Thanks to the Model Context Protocol, Aria can extend its capabilities through custom tools. You can use community-made servers. Aria can also create and install tools tailored to your specific workflow. Just ask Aria to "add a tool" and it will handle everything, from creating a new MCP server to installing it into the extension. These custom tools then become part of Aria's toolkit, ready to use in future tasks.
Add Context
Checkpoints: Compare and RestoreAs Aria works through a task, the extension takes a snapshot of your workspace at each step. You can use the 'Compare' button to see a diff between the snapshot and your current workspace, and the 'Restore' button to roll back to that point. For example, when working with a local web server, you can use 'Restore Workspace Only' to quickly test different versions of your app, then use 'Restore Task and Workspace' when you find the version you want to continue building from. This lets you safely explore different approaches without losing progress. TestingAria is tested through a test harness that ask actuarial questions and tests whether Aria can correctly answer them. The questions come from actuarial textbooks and exams. The test harness is in a separate repository (and can be used with any VS Code chatbot extension). See https://github.com/hugolatendresse/actuarial-test-harness/. ClineAria is a fork of Cline. See https://github.com/cline/cline. |