cache improvement (gemini)
This commit is contained in:
22
Readme.md
22
Readme.md
@@ -1,6 +1,8 @@
|
||||
# Manual Slop
|
||||
|
||||
An AI coding assistant interface featuring multi-project management, rich discussion history, dynamic tool utilization, and a robust frontend.
|
||||
Vibe coding.. but more manual
|
||||
|
||||

|
||||
|
||||
This tool is designed to work as an auxiliary assistant that natively interacts with your codebase via PowerShell and MCP-like file tools, supporting both Anthropic and Gemini APIs.
|
||||
|
||||
@@ -25,7 +27,19 @@ Features:
|
||||
* [docs/guide_tools.md](docs/guide_tools.md) for information on the AI tooling capabilities
|
||||
* [docs/guide_architecture.md](docs/guide_architecture.md) for an in-depth breakdown of the codebase architecture
|
||||
|
||||
## Running
|
||||
## Instructions
|
||||
|
||||
Use `uv run gui.py` or `python gui.py` to launch the frontend.
|
||||
Requires a `credentials.toml` file in the root directory containing `gemini` and `anthropic` API keys.
|
||||
1. Make a credentials.toml in the immediate directory of your clone:
|
||||
|
||||
```toml
|
||||
[gemini]
|
||||
api_key = "****"
|
||||
[anthropic]
|
||||
api_key = "****"
|
||||
```
|
||||
|
||||
2. Have fun. This is experiemntal slop.
|
||||
|
||||
```ps1
|
||||
uv run .\gui.py
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user