kitchen: README + MISSIONS/engine-c keep-drop notes
This commit is contained in:
parent
1d351918da
commit
575d7d29b8
130 changed files with 9817 additions and 1 deletions
13
llm-configs-openkknd2/scripts/start-amanita-coder.sh
Executable file
13
llm-configs-openkknd2/scripts/start-amanita-coder.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
export LLM_CONFIGS="${LLM_CONFIGS:-$HOME/src/llm-configs}"
|
||||
# shellcheck source=common.sh
|
||||
source "$LLM_CONFIGS/openkknd2/scripts/common.sh"
|
||||
openkknd2_bootstrap "${OPENKKND2_ROOT:-$HOME/src/openkknd2-am-coder}"
|
||||
openkknd2_print_brief "amanita-coder"
|
||||
if [[ -x "$HOME/agent-coder" ]]; then
|
||||
echo "Launch example:"
|
||||
echo " cd \"\$OPENKKND2_ROOT\" && ~/agent-coder --coder \"Read \$LLM_CONFIGS/instructions/18-openkknd2-autonomous-rebuild.md and continue autonomous openkknd2 build with headless tests.\""
|
||||
else
|
||||
echo "agent-coder not found at ~/agent-coder — start OpenClaw manually in \$OPENKKND2_ROOT"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue