Zrb LLM is now safe by default.
It will always look for your approval before running any tool.
But, you can always do:
export ZRB_LLM_YOLO_MODE=true
and enjoy the adrenaline ππππ
https://t.co/axBEF3OE3E
To run multiple applications in the development phase, you can:
- πOpen multiple tmux panels, and run your application individually.
- ππ Dockerize your applications, create a Docker Compose file, and run `docker compose up`.
- πππ Create zrb_init.py like this
How are you integrating LLMs into your workflow or CI/CD pipeline?
With Zrb, you can seamlessly embed LLM into your development process. Whether you're generating a Kubernetes YAML, writing unit tests, creating Swagger specs, or building UML diagrams directly from your code
Create a personal CI/CD without a git server, Jenkins, or Travis. Just SSH, Rsync, Screen, and Zrb.
You are good to go if you have a Raspberry Pi with SSH, Rsync, Screen/Tmux, and a computer connected to it.
https://t.co/ISE9doGLf2
Hello everyone, We have updated Zrb Ollama with new capabilities:
- Duckduckgo search
- Shell scripting
- Python scripting
You can ask Zrb Ollama to clone the repository to your home directory and summarize the README file. All in plain English.
It has a detailed documentation, so that you can start right away even if you never work with LangChain or Ollama before.
https://t.co/SLSQOlShKZ
Embrace the power of LLM, and automate more!!!
Introducing the Zrb-Ollama plugin.
You can install Zrb-Ollama without even installing Zrb.
Just `pip install zrb-ollama`, and it is.
https://t.co/KZ7eUGwl82
Furthermore, every Zrb Task has its return values saved as __xcom['execution-id']['task-name'].
Thus, you can get the return value of a task named `build` by calling this method: `get_xcom('build')`