Suggestion to apply renamings in a common PR.
Skills
In src\AI\agents\agents\skills, skills are prefixed with altinn, but we could be more specific and prefix them with studio.
altinn-datamodel -> studio-datamodel
altinn-docs -> studio-docs
- etc
Text resources
In the agents code, text resources are refered to as resources, which is a little unspecific and not the convention in the rest of the repo.
resources -> text resources
src/AI/agents
The agents folder should be renamed to studio-assistant or assistant so that it matches the naming in the UI.
src/AI/agents -> src/AI/studio-assistant
References to Altinity
Should be changed to studio-assistant or assistant to match the UI.
/hubs/altinity -> /hubs/assistant
AltinityWebSocketService -> AssistantWebSocketService
altinity_session -> assistant_session
Remember to update the names in readmes and other markdown files as well.
Suggestion to apply renamings in a common PR.
Skills
In
src\AI\agents\agents\skills, skills are prefixed withaltinn, but we could be more specific and prefix them withstudio.altinn-datamodel->studio-datamodelaltinn-docs->studio-docsText resources
In the agents code, text resources are refered to as
resources, which is a little unspecific and not the convention in the rest of the repo.resources->text resourcessrc/AI/agents
The
agentsfolder should be renamed tostudio-assistantorassistantso that it matches the naming in the UI.src/AI/agents->src/AI/studio-assistantReferences to Altinity
Should be changed to
studio-assistantorassistantto match the UI./hubs/altinity->/hubs/assistantAltinityWebSocketService->AssistantWebSocketServicealtinity_session->assistant_sessionRemember to update the names in readmes and other markdown files as well.