Skip to content

Register local steering sourcesets#37

Merged
mdheller merged 1 commit into
mainfrom
work/sourcesets-33
May 20, 2026
Merged

Register local steering sourcesets#37
mdheller merged 1 commit into
mainfrom
work/sourcesets-33

Conversation

@mdheller
Copy link
Copy Markdown
Contributor

@mdheller mdheller commented May 20, 2026

Closes #33.

Summary

Adds schema-backed local steering sourceset registrations for the self-hosted SAE path.

What changed

  • Adds contracts/steering-sourceset.schema.json.
  • Adds validating sourceset records:
    • examples/steering-sourcesets/gpt2-small-res-jb.steering-sourceset.json
    • examples/steering-sourcesets/gemma-2-2b-pt-res.steering-sourceset.json
  • Maps SteeringSourceset into src/agent_machine/contracts.py validation.
  • Adds docs/steering-sourcesets.md.
  • Updates docs/inference-local-steering.md and docs/index.md.

Boundary discipline

This PR does not:

  • download model weights
  • fetch SAE artifacts
  • mark sourcesets loadable
  • implement activation injection
  • start providers
  • claim production readiness

Both sourcesets are registered by reference only. GPT-2 Small is marked registered-not-loadable; Gemma 2 2B is marked registered-blocked-terms.

Validation

Native CI passed on this PR head:

The validate path checked the new SteeringSourceset schema and both sourceset examples.

@mdheller mdheller merged commit c4976b2 into main May 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Register local steering sourcesets for GPT-2 Small and Gemma

1 participant