MLX Brain - 맥북 MLX LLM 오케스트레이터
설치 (맥북)
$HOME/mlx-env/bin/python3 $WORKSPACE/misskim-skills/mlx-brain/run.py "안녕?"
사용법 (미스 김)
clawdbot nodes invoke --node "MacBook Pro" --command "system.run" \
--params '{"command":"$HOME/mlx-env/bin/python3 $WORKSPACE/misskim-skills/mlx-brain/run.py \"안녕?\""}'
echo '{"prompt":"안녕?","model":"qwen"}' | \
clawdbot nodes invoke --node "MacBook Pro" --command "system.run" \
--params '{"command":"$HOME/mlx-env/bin/python3 $WORKSPACE/misskim-skills/mlx-brain/run.py --json"}'
모델
qwen: Qwen2.5-7B-Instruct-4bit (메인)
coder: Qwen2.5-Coder-7B-4bit (코딩)