-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
At present, this is only supporting one agent per db instance as the schema agent is hardcoded. To support multi-agent environments, we should support multiple agents within a single db instance.
To accomplish this, we'd need to:
- add an
agent-idfield to theeventstable - add an explicit
idfield onto theTigerAgentclass (or onto theEventHarnessobject), but useBOT_TOKENas backup - update
claim_event()and_insert_event()to specify the relevent id
See thread: https://iobeam.slack.com/archives/C09AF06P37B/p1758811756337849
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request