Skip to content

feat: ship run local should direct to, and work with, the live Agent Management Console#561

Merged
eob merged 9 commits intomainfrom
debug-web-link
Sep 28, 2023
Merged

feat: ship run local should direct to, and work with, the live Agent Management Console#561
eob merged 9 commits intomainfrom
debug-web-link

Conversation

@eob
Copy link
Copy Markdown
Contributor

@eob eob commented Sep 27, 2023

Before, the ship run local command directed to a limited debugging page which had just a bare chat interface that hit a local endpoint provided by URL query parameter.

But this left several important things unaddressed:

  • How should the user connect Telegram or Slack to their locally running agent?
  • How could the user see the files, tasks, and logs being created by their locally running agent?
  • How could the user try out multiple chat sessions?

This PR connects the locally running agent to the live console. It removes the code that simulated the "proxy responses" from the local server so that it can communicate correctly via the Steamship Proxy in the wild.

localhost-run.mov

@eob eob marked this pull request as draft September 27, 2023 00:37
@eob eob changed the title WIP: Switch development web link so that it is the full agent dashboard feat: ship run local should direct to, and work with, the live Agent Management Console Sep 27, 2023
@eob eob requested a review from dkolas September 27, 2023 18:34
Copy link
Copy Markdown
Contributor

@dkolas dkolas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@eob eob marked this pull request as ready for review September 28, 2023 12:01
@eob eob enabled auto-merge September 28, 2023 12:01
@eob eob added this pull request to the merge queue Sep 28, 2023
Merged via the queue into main with commit 5b51ded Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants