Skip to content

Renamings in agent code #207

Description

@ErlingHauan

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions