SmoothOperator.AgentTools
1.0.85
See the version list below for details.
dotnet add package SmoothOperator.AgentTools --version 1.0.85
NuGet\Install-Package SmoothOperator.AgentTools -Version 1.0.85
<PackageReference Include="SmoothOperator.AgentTools" Version="1.0.85" />
<PackageVersion Include="SmoothOperator.AgentTools" Version="1.0.85" />
<PackageReference Include="SmoothOperator.AgentTools" />
paket add SmoothOperator.AgentTools --version 1.0.85
#r "nuget: SmoothOperator.AgentTools, 1.0.85"
#addin nuget:?package=SmoothOperator.AgentTools&version=1.0.85
#tool nuget:?package=SmoothOperator.AgentTools&version=1.0.85
Smooth Operator Agent Tools - C# Library
This is the official C# library implementation for Smooth Operator Agent Tools, a state-of-the-art toolkit for programmers developing Computer Use Agents on Windows systems.
Overview
The Smooth Operator Agent Tools are a powerful toolkit that handles the complex tasks of interacting with the Windows Automation Tree and Playwright browser control, while providing advanced AI functions such as identifying UI elements through screenshots and textual descriptions.
This C# library provides a convenient wrapper around the Smooth Operator Tools Server API, allowing you to easily integrate these capabilities into your .NET applications.
Installation
dotnet add package SmoothOperator.AgentTools
Or using the NuGet Package Manager:
Install-Package SmoothOperator.AgentTools
Prerequisites
Google Chrome
The Smooth Operator Agent Tools library requires Google Chrome (or a compatible Chromium-based browser) to be installed on the system for browser automation features to work.
Usage
using SmoothOperator.AgentTools;
using SmoothOperator.AgentTools.Models;
// Initialize the client with your API key, get it for free at https://screengrasp.com/api.html
var client = new SmoothOperatorClient("YOUR_API_KEY");
// Start the Server - this takes a moment (especially the first time)
await client.StartServerAsync();
// Take a screenshot
var screenshot = await client.Screenshot.TakeAsync();
// Get system overview
var overview = await client.System.GetOverviewAsync();
// Perform a mouse click
await client.Mouse.ClickAsync(500, 300);
// Find and click a UI element by description
await client.Mouse.ClickByDescriptionAsync("Submit button");
// Type text
await client.Keyboard.TypeAsync("Hello, world!");
// Control Chrome browser
await client.Chrome.OpenChromeAsync("https://www.example.com");
await client.Chrome.GetDomAsync();
//you can also use the .ToJsonString() method on lots of these objects
//to get a json string that can easily be used in a prompt to a LLM
//to utilize AI even more for automated decision making
Features
- Screenshot and Analysis: Capture screenshots and analyze UI elements
- Mouse Control: Precise mouse operations using coordinates or AI-powered element detection
- Keyboard Input: Type text and send key combinations
- Chrome Browser Control: Navigate, interact with elements, and execute JavaScript
- Windows Automation: Interact with Windows applications and UI elements
- System Operations: Open applications and manage system state
- MCP Server: once client.EnsureInstalledAsync() has been called, you find it at %appdata%\smoothoperator\AgentToolsServer\smooth-operator-server.exe
Documentation
For detailed API documentation, visit: https://smooth-operator.online/agent-tools-api-docs/toolserverdocs
- Usage Guide (docs/usage_guide.md): Detailed examples and explanations for common use cases.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.3)
- Newtonsoft.Json (>= 13.0.1)
- System.Net.Http.Json (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.102 | 0 | 4/7/2025 |
1.0.101 | 83 | 4/6/2025 |
1.0.100 | 78 | 4/6/2025 |
1.0.97 | 75 | 4/5/2025 |
1.0.96 | 69 | 4/5/2025 |
1.0.95 | 62 | 4/5/2025 |
1.0.91 | 74 | 4/5/2025 |
1.0.89 | 127 | 4/4/2025 |
1.0.88 | 138 | 4/4/2025 |
1.0.87 | 158 | 4/4/2025 |
1.0.86 | 147 | 4/4/2025 |
1.0.85 | 177 | 4/3/2025 |
1.0.84 | 180 | 4/3/2025 |
1.0.83 | 168 | 4/3/2025 |
1.0.82 | 163 | 4/3/2025 |
1.0.81 | 187 | 4/3/2025 |
1.0.79 | 188 | 4/3/2025 |
1.0.78 | 183 | 4/3/2025 |
1.0.77 | 183 | 4/3/2025 |
1.0.75 | 177 | 4/3/2025 |
1.0.74 | 180 | 4/3/2025 |
1.0.73 | 192 | 4/3/2025 |
1.0.71 | 152 | 4/2/2025 |
1.0.33 | 63 | 3/29/2025 |
1.0.32 | 75 | 3/29/2025 |