Inspired by Deep Blue – Harnessing computational power to transcend human design.
Light Blue is an agentic agent framework for building AI applications.
- Github repository: https://github.com/ai-zerolab/lightblue-ai/
Directly prompt:
uvx lightblue-ai stream <prompt>Use prompt file:
uvx lightblue-ai stream prompt.md # Or just uvx lightblue-ai stream, prompt.md is the default prompt fileDirectly prompt:
uvx lightblue-ai submit <prompt>Use prompt file:
uvx lightblue-ai submit prompt.md # Or just uvx lightblue-ai submit, prompt.md is the default prompt fileprompt.mduse this file as the user promptsystem_prompt.mdto Override system promptmcp.jsonto configure MCP.envfor setting environment variables
Once you provided the api-key of the tools, tools will automatically be loaded.
You need to install poppler for pdf to image conversion
Mac users will have to install poppler for pdf to image conversion
Installing using Brew:
brew install popplerMost distros ship with pdftoppm and pdftocairo. If they are not installed, refer to your package manager to install poppler-utils. e.g. apt-get install poppler-utils
you need to run playwright install or uv tool run playwright install to install chromium and dependencies.