Skip to content

feat: new agents section#1739

Merged
dartpain merged 7 commits intoarc53:mainfrom
siiddhantt:feat/agent-menu
Apr 16, 2025
Merged

feat: new agents section#1739
dartpain merged 7 commits intoarc53:mainfrom
siiddhantt:feat/agent-menu

Conversation

@siiddhantt
Copy link
Copy Markdown
Member

@siiddhantt siiddhantt commented Apr 11, 2025

No description provided.

- Removed API Keys tab from SettingsBar and adjusted tab layout.
- Improved styling for tab scrolling buttons and gradient indicators.
- Introduced AgentDetailsModal for displaying agent access details.
- Updated Analytics component to fetch agent data and handle analytics for selected agent.
- Refactored Logs component to accept agentId as a prop for filtering logs.
- Enhanced type definitions for InputProps to include textSize.
- Cleaned up unused imports and optimized component structure across various files.
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 11, 2025

@siiddhantt is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 11, 2025

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

Name Status Preview Comments Updated (UTC)
docs-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2025 2:41pm

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 11, 2025

Codecov Report

Attention: Patch coverage is 15.16854% with 151 lines in your changes missing coverage. Please review.

Project coverage is 28.35%. Comparing base (ad610d2) to head (3e1ec23).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
application/api/user/routes.py 19.00% 98 Missing ⚠️
application/api/answer/routes.py 5.40% 35 Missing ⚠️
application/agents/base.py 15.38% 11 Missing ⚠️
application/agents/classic_agent.py 0.00% 4 Missing ⚠️
application/agents/react_agent.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1739      +/-   ##
==========================================
- Coverage   28.74%   28.35%   -0.40%     
==========================================
  Files          85       85              
  Lines        5162     5273     +111     
==========================================
+ Hits         1484     1495      +11     
- Misses       3678     3778     +100     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- Added functionality to select agents in the Navigation component, allowing users to reset conversations and set the selected agent.
- Updated the MessageInput component to conditionally show source and tool buttons based on the selected agent.
- Modified the Conversation component to handle agent-specific queries and manage file uploads.
- Improved conversation fetching logic to include agent IDs and handle attachments.
- Introduced new types for conversation summaries and results to streamline API responses.
- Refactored Redux slices to manage selected agent state and improve overall state management.
- Enhanced error handling and loading states across components for better user experience.
Copy link
Copy Markdown
Contributor

@dartpain dartpain left a comment

Choose a reason for hiding this comment

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

Good job,
Thank you!

@dartpain dartpain merged commit 0aec1b9 into arc53:main Apr 16, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants