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

feat(agents): add base layout for knowledge agent #201

Merged
merged 5 commits into from
Jun 12, 2024
Merged

feat(agents): add base layout for knowledge agent #201

merged 5 commits into from
Jun 12, 2024

Conversation

knajjars
Copy link
Collaborator

@knajjars knajjars commented Jun 12, 2024

Add base layout for knowledge agents
Upgrade Headless UI to version 2.0 to use new Menu component

Screen.Recording.2024-06-12.at.3.05.45.PM.mov

This PR updates the @headlessui/react dependency to version 2.0.4 and introduces several new components and features for the Agents interface.

Dependency Updates

  • Update @headlessui/react from version 1.7.11 to ^2.0.4 in package.json and package-lock.json.

New Components

  • AddAgentButton component in AddAgentButton.tsx allows users to create a new agent or add an existing one.
  • BaseAgentButton component in BaseAgentButton.tsx provides a button to navigate to the agents page.
  • LeftPanel component in LeftPanel.tsx combines the BaseAgentButton and AddAgentButton components.
  • Layout component in Layout.tsx is responsible for the entire page layout, including the navigation bar, left drawer, and main content.

@CLAassistant
Copy link

CLAassistant commented Jun 12, 2024

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@ddeeda0). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #201   +/-   ##
=======================================
  Coverage        ?   87.51%           
=======================================
  Files           ?      130           
  Lines           ?     4390           
  Branches        ?        0           
=======================================
  Hits            ?     3842           
  Misses          ?      548           
  Partials        ?        0           

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

@knajjars knajjars merged commit 47a6402 into main Jun 12, 2024
2 checks passed
@knajjars knajjars deleted the OS-2077 branch June 12, 2024 15:26
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.

5 participants