datastax / astra-assistants-api

Drop in replacement for the OpenAI Assistants API
Apache License 2.0
142 stars 17 forks source link

migrate off UUIDs #40

Closed phact closed 3 months ago

phact commented 3 months ago

OpenAI Assistants uses prefix-alphanumeric ID's and some libraries (like agency-swarm) depend on this https://github.com/VRSEN/agency-swarm/blob/94f79ca4d6bec95a866ffbb4b04e15210ec05e6e/agency_swarm/agents/agent.py#L345

phact commented 3 months ago

https://github.com/datastax/astra-assistants-api/pull/42