Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hivemind.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ These screenshots show example pages in the HiveMind dashboard, including leader
<Frame>![HiveMind adoption leaderboard](/images/hivemind/hivemind-dashboard-leaderboard.png)</Frame>
<Frame>![HiveMind usage dashboard](/images/hivemind/hivemind-dashboard-usage.png)</Frame>
<Frame>![HiveMind cost dashboard](/images/hivemind/hivemind-dashboard-cost.png)</Frame>
<Frame>![Hivemind recent sessions](/images/hivemind/hivemind-recent-sessions.png)</Frame>
<Frame>![HiveMind recent sessions](/images/hivemind/hivemind-recent-sessions.png)</Frame>
<Frame>![HiveMind session details](/images/hivemind/hivemind-session-insights.png)</Frame>
<Frame>![HiveMind agents by harness](/images/hivemind/hivemind-agents-by-harness.png)</Frame>
<Frame>![HiveMind agents by model](/images/hivemind/hivemind-agents-by-model.png)</Frame>
<Frame>![Hivemind skills dashboard](/images/hivemind/hivemind-skills.png)</Frame>
<Frame>![HiveMind skills dashboard](/images/hivemind/hivemind-skills.png)</Frame>

## Supported agents

Expand Down
6 changes: 4 additions & 2 deletions models/automations/create-automations/aria.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Before you create an automation that sends a prompt to ARIA, verify the followin

- Your organization must have ARIA enabled. If **Trigger ARIA** doesn't appear in the **Action type** list, ARIA isn't available for your organization, scope, or deployment. The list omits the option without explanation. See [Governance and security](/aria/governance).
- You must have write access to the project, registry, or collection you scope the automation to.
- To scope a W&B automation to a registry and send prompts to ARIA, you must belong to a team in the same organization. Each ARIA conversation is associated with a team, so you cant create a registry-scoped automation if you dont belong to a team in that organization.
- To scope a W&B automation to a registry and send prompts to ARIA, you must belong to a team in the same organization. Each ARIA conversation is associated with a team, so you can't create a registry-scoped automation if you don't belong to a team in that organization.

Each time an ARIA automation runs, it starts an ARIA conversation that counts toward your organization's usage, the same as a conversation you start yourself.

Expand All @@ -55,7 +55,7 @@ A Registry admin can create automations in that registry.
Fill in any additional fields that appear, which depend upon the event. For example, if you select **An artifact alias is added**, you must specify the **Alias regex**.

Click **Next step**.
1. Select the team that hosts the ARIA conversation. See [Where the conversation appears](#where-the-conversation-appears).
1. Select the team that hosts the ARIA conversation. See [View conversations created by automations](#view-conversations-created-by-automations).
1. Set **Action type** to **Trigger ARIA**.
1. In the **Prompt** field, write the prompt to send to ARIA. See [Write the prompt](#write-the-prompt). Click **Next step**.
1. Provide a name for the automation. Optionally, provide a description.
Expand Down Expand Up @@ -88,6 +88,7 @@ The automation is now active and starts a new ARIA conversation whenever the cho
</Tabs>

## Create and manage automations with ARIA

ARIA can create, delete, enable, and disable automations on demand.

Ask ARIA to create an automation:
Expand All @@ -103,6 +104,7 @@ Ask ARIA about your existing automations:
prompt="What automations exist in this project?"
response="You have 2 project-level automations, both enabled...."
/>

## Write the prompt

The prompt is the only thing you configure for an ARIA action. Write it the way you would write a message in the ARIA chat window, and include [template variables](#template-variables) to specify which run, artifact, or metric ARIA should examine.
Expand Down
2 changes: 1 addition & 1 deletion models/ref/python/public-api/user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ user.
<ResponseField name="api_keys" type="list[str]">
Names of the user's API keys.

This property returns the names of the the API keys, *not* the secret
This property returns the names of the API keys, *not* the secret
associated with the key. The name of the key cannot be used as an API
key.

Expand Down
Loading