Skip to content

Latest commit

Β 

History

History
21 lines (17 loc) Β· 1.28 KB

File metadata and controls

21 lines (17 loc) Β· 1.28 KB

πŸ€– Project Agent Registry

This project uses specialized AI agents to maintain code quality and architectural integrity.

Agent Directory

Orchestration Logic

  • If the user asks for thread, doc_key. document generator related code -> Handoff to: The Architect.
  • If the user asks for Couchbase Sirius or REST based loader related code β†’ Handoff to: The CBRestLoader.
  • If the user asks for batch processing, shared cluster management, or massive collection load optimization β†’ Handoff to: The CBRestLoader with focus on SharedClusterManager and CollectionLoadBatcher.
  • If the user asks for Couchbase command line loader related code β†’ Handoff to: The CBCmdlineLoader.
  • If the user asks for a Mongo related code β†’ Handoff to: The MongoCoder.

Code change verification

mvn clean compile package