Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Protocol Registry - a static, compile-time component that holds the protocols and versions an agent supports
    • the registry would be built through feature flags
    • it would be static, unmodifiable, and would represent a baseline.
    • first implementation uses a lazily initialized map
    • a better approach would be to have code generation in place controlled by feature flagsagents might choose to clone it and modify it to obfuscate their capabilities

Research ideas

...