Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agent mode: frontend #1509

Merged
merged 38 commits into from
Feb 10, 2025
Merged

Agent mode: frontend #1509

merged 38 commits into from
Feb 10, 2025

Conversation

ngafar
Copy link
Collaborator

@ngafar ngafar commented Feb 5, 2025

Description

This PR includes:

  • Added a dropdown to toggle between agent mode and chat.
  • Agent messages are now formatted.
  • Agent messages can be edited.
  • You can now execute agent's plan.

What's not covered:

  • 1st message always has a code block that says "undefined."

Testing

Clone and test.

Documentation

Not yet, waiting for final release.

Copy link

vercel bot commented Feb 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
monorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 10, 2025 7:30pm

@ngafar ngafar changed the title [WIP} Agent mode frontend [WIP] Agent mode frontend Feb 5, 2025
@ngafar ngafar changed the base branch from feat/agent-mode to dev February 5, 2025 16:59
@ngafar ngafar changed the base branch from dev to feat/agent-mode February 5, 2025 17:00
@ngafar ngafar changed the base branch from feat/agent-mode to dev February 5, 2025 17:00
@ngafar ngafar changed the title [WIP] Agent mode frontend Agent mode: frontend Feb 6, 2025
@ngafar ngafar requested a review from aarondr77 February 6, 2025 21:14
Copy link
Member

@aarondr77 aarondr77 left a comment

Choose a reason for hiding this comment

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

👏🏻✨Woohooo great job this. It feels super sweet and definetly way more efficient then iterating with the AI myself. So far everything I've tested it with is EDA styled analyses and I think it's a great starting place for that. TBD on like "I need to recreate this exact report in this exact format" but we'll see!

The functionality is working really well! This is a little bit of a bigger review than normal, but its mostly just small nitpicks that I think will help us maintain and continue developing this going forward, as well as a bunch of polish finishing touches that will be nice.

Awesome work!

mito-ai/mito_ai/providers.py Show resolved Hide resolved
mito-ai/mito_ai/providers.py Show resolved Hide resolved
mito-ai/mito_ai/utils/open_ai_utils.py Show resolved Hide resolved
mito-ai/src/Extensions/AiChat/ChatHistoryManager.tsx Outdated Show resolved Hide resolved
mito-ai/src/icons/RobotHeadIcon.tsx Show resolved Hide resolved
mito-ai/src/components/DropdownMenu.tsx Outdated Show resolved Hide resolved
mito-ai/src/Extensions/AiChat/ChatTaskpane.tsx Outdated Show resolved Hide resolved
Copy link
Member

@aarondr77 aarondr77 left a comment

Choose a reason for hiding this comment

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

After tests pass + you fix up this one comment LGTM

@ngafar ngafar merged commit 0042ce3 into dev Feb 10, 2025
9 checks passed
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