Skip to content

glours/bob

 
 

Repository files navigation

Bob

Tips

To not execute the MCP tool calls, add "do not search on the web" to the prompt.

First time - Initialize the Python environment

Start DevContainer.

Create virtual environment:

python -m venv tmp

choose the name you want

Activate virtual environment:

source tmp/bin/activate

To deactivate virtual environment

deactivate

Add dependencies:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 62.6%
  • Python 23.2%
  • Dockerfile 10.4%
  • Shell 3.8%