Change the model
To change the model for your agent, click the Settings icon in the top right corner of the agent and select the Model you want to use.Download agent files
To download the files for your agent, click the Settings icon in the top right corner of the agent and select Download ZIP. This will export the agent configuration as a ZIP file.Access to the agent
Agents can either be private to the creator or shared within a LangSmith workspace.
To change the agent visbility, click the Visibility settings icon in the top right corner of the agent and select either Only me or Workspace.
Workspace-scoped agent details
While workspace-scoped agents are shared, some details are public, while others are private:- Threads are always user-scoped, so even if an agent is workspace-scoped, the chat history created within that agent will always be private and only accessible to the specific user who created them.
- The system prompt, selected tools, and sub-agents will be public on workspace-scoped agents. Users will not be able to modify these fields on the original workspace-scoped agent, but can make changes once they’ve cloned the agent.
- The trigger type on workspace-scoped agents is public (for example, Slack message received), but the specific connection with the trigger (for example, the Slack channel, or Gmail address) is not shared. This way, users know what trigger to use when cloning an agent, but can’t gain unauthorized access to any connections the original user has set up.