Provide feedback for a God Agent trajectory to improve learning
Provide feedback for a God Agent trajectory to enable weight updates and pattern creation in the learning system.
Usage: /god-feedback <trajectoryId> <rating 0-1> [notes]
Parameters:
trajectoryId - The trajectory ID from a previous /god-ask, /god-code, /god-research, or /god-write responserating - Quality rating from 0 to 1 (0.8+ triggers auto-pattern creation)notes - Optional feedback notesExecute the God Agent CLI to provide feedback:
npx tsx src/god-agent/universal/cli.ts feedback "$ARGUMENTS" --trajectory
Note: The --trajectory (or -t) flag is required when providing a trajectory ID (IDs starting with traj_).
Examples:
# Positive feedback
npx tsx src/god-agent/universal/cli.ts feedback traj_1234567890_abc123 0.95 --trajectory --notes "Excellent code solution"
# Negative feedback
npx tsx src/god-agent/universal/cli.ts feedback traj_9876543210_xyz789 0.3 --trajectory --notes "Output was not relevant"
What happens based on rating:
Learning Impact: