Skip to content

Commit dcb290e

Browse files
update readme
final readme before go-live
1 parent 620b7a1 commit dcb290e

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,26 @@ FlowVision/ # Main application source
8080
content/ # Images and assets
8181
```
8282

83-
## Example Use Cases=
83+
## Example Use Cases
8484
- Control applications via natural language (e.g., "Open Excel and create a new spreadsheet")
8585
- Capture and process screenshots for documentation
8686
- Batch rename files or organize folders
8787

88+
## Roadmap
89+
90+
### Near-Term Goals
91+
- [ ] **Content warning logging**: Implement logging for content warnings to improve safety and transparency.
92+
- [ ] **Model Support**: Add support for Gemini, OLLAMA, OpenAI, Bedrock, Phi4, and Phi Silica models.
93+
- [ ] **Improved Speech Recognition**: Move away from System.Speech.Recognition (which is slow and inaccurate for voice commands) and adopt real-time audio models from OpenAI or similar providers.
94+
95+
### Farther Out
96+
- [ ] **Local Bbox Search**: Reduce token usage by integrating Bbox search locally (using OLLAMA, Phi Silica, or other novel SLMs).
97+
- [ ] **Managed LLM Integration**: Develop Recursive Control managed LLM for non-user configurable integration, enabling billing for usage or subscription plans.
98+
- [ ] **YOLO Bbox Parser Integration**: Integrate Yolo Bbox parser using ONNX for advanced vision capabilities.
99+
100+
### End Goal
101+
Recursive Control running on every Windows computer, leveraging local SLMs, Recursive Control hosted LLMs, and embedded YOLO vision models. The ultimate aim is to make the integration so seamless that new PC users will no longer need a keyboard or mouse—just interact with the latest LLM, and it will turn words into commands. So easy our elders will even use it.
102+
88103
## Troubleshooting
89104
- Ensure you have .NET 4.8+ installed
90105
- Check your API key and network connection for LLM access

0 commit comments

Comments
 (0)