Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(agent): Add unique graph ID generation for agent copies
Modify copyAgentAction to generate new graph IDs when copying agents to ensure each copy has a distinct graph identity. This prevents potential conflicts and maintains data isolation between copied agents. Changes: - Import createGraphId utility - Generate new graph ID during copy operation - Pass new ID when creating graph copy
- Loading branch information