You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Input your commands directly into the UI, and watch as AI automate your tasks.
35
+
35
36
36
37
### Development
37
38
@@ -51,15 +52,6 @@ Download the latest release from the [Releases](https://github.com/flowdevs-io/R
51
52
dotnet build
52
53
```
53
54
54
-
### Usage
55
-
56
-
Run the application:
57
-
```bash
58
-
dotnet run
59
-
```
60
-
61
-
Input your commands directly into the console, and watch as AI automates your tasks.
62
-
63
55
## Plugin System
64
56
65
57
Recursive Control supports a modular plugin system, allowing you to extend its capabilities. Plugins can automate keyboard, mouse, window management, screen capture, command line, and more. You can find plugin implementations in the `FlowVision/lib/Plugins/` directory. To add your own plugin, implement the required interface and register it in the application.
@@ -86,16 +78,15 @@ FlowVision/ # Main application source
86
78
content/ # Images and assets
87
79
```
88
80
89
-
## Example Use Cases
90
-
- Automate daily report generation and emailing
81
+
## Example Use Cases=
91
82
- Control applications via natural language (e.g., "Open Excel and create a new spreadsheet")
92
83
- Capture and process screenshots for documentation
93
84
- Batch rename files or organize folders
94
85
95
86
## Troubleshooting
96
87
- Ensure you have .NET 4.8+ installed
97
88
- Check your API key and network connection for LLM access
98
-
- For plugin errors, review the application logs in the output window
89
+
- For plugin errors, review the application logs in %appdata%\FlowVision\plugin_usage.log
99
90
100
91
## Contributing
101
92
@@ -112,5 +103,21 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
112
103
113
104
## Contact
114
105
115
-
For any questions, feedback, or collaboration inquiries, please connect with us through our GitHub repository or via LinkedIn.
106
+
For any questions, feedback, or collaboration inquiries, please connect with us through our GitHub repository, or via LinkedIn.
107
+
108
+
## Citation
116
109
110
+
If you use Browser Use in your research or project, please cite:
111
+
112
+
```bibtex
113
+
@software{browser_use2024,
114
+
author = {Trantham, Justin},
115
+
title = {Recursive Control: AI Control for Windows Computers },
0 commit comments