Shiki is an AI-powered automation framework utilizing Qwen2-VL for coordination inference and LangGraph for workflow automation. It enables intelligent interaction with business applications.
server/
: FastAPI server for handling Qwen2-VL model inference.client/
: LangGraph-based automation client for executing workflows.env/
: Environment setup files.
- Set up the environment:
conda env create -f env/environment.yml conda activate shiki