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

Add log panel content #673

Merged
merged 9 commits into from
Jan 23, 2024
Merged

Add log panel content #673

merged 9 commits into from
Jan 23, 2024

Conversation

homanp
Copy link
Collaborator

@homanp homanp commented Jan 22, 2024

Summary

This PR connects the reports to BigQuery

Checklist

  • My code follows the code style of this project and passes make format.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • My change has adequate unit test coverage.

@homanp homanp added the enhancement New feature or request label Jan 22, 2024
@homanp homanp self-assigned this Jan 22, 2024
Copy link

vercel bot commented Jan 22, 2024

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

Name Status Preview Comments Updated (UTC)
superagent-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2024 7:20am

@homanp homanp merged commit 204ac10 into developer-ui Jan 23, 2024
8 checks passed
homanp added a commit that referenced this pull request Feb 7, 2024
* Redo the agents list

* Add agent detail view

* WIP

* Add tabs to agent detail

* Remove datasources from menu (#650)

* Add agent details to overview (#651)

* Add agent details to overview

* Add charts to agent overview

* WIP

* Add Supabase Pgvector  (#653)

* adding supabase pg vector provider to database schema

* add supabase pg vector support

* add supabase pgvector to ui

* add supabase vector store to docs

* add abstract class for vectorstores

* Add missing migrations

---------

Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>

* Update OpenAPI spec

* Add support for removing agent datasource

* Add possibility to create and delete datasources for an assistant

* Pass url when creating datasource

* Remove share agent

* Fix nextjs build errors

---------

Co-authored-by: Ali Salimli <67149699+elisalimli@users.noreply.github.com>

* Agent logs in agent detail view (#657)

* Rename agents to assistants in UI

* Add non-ideal-state to datasources

* Remove vector database setup and ui

* Add logs and clean up routing

* Small tweak

* Add chat to agent detail view (#660)

* Add loading animation to assistant detail view

* Add chat interface to agent detail

* Add chat interface

* Minor tweaks

* Add integrations page (#667)

* Add API endpoint for connecting to BigQuery (#670)

* Add API endpoint for connecting to BigQuery

* Add support for querying by agent id

* Small tweaks

* Revamp the vector databases UI (#668)

* Add integrations page

* Add vector databases to integrations section

* Add green indicator for configured vector databases

* Add the possiblity to update/create new storage connection

* Add key to react node when generating loading animation

* Move fetching of data to server side

* Add log panel content (#673)

* Add log panel content

* Finalize global log view

* Make log items smaller

* Fix formatting

* Small tweaks

* Connect stats to chart

* Minor tweaks

* Yaml assistants (#688)

* Initial commit

* Add sa.yml editor in prototype view

* Minor tweaks

* Minor tweaks

* Remove datasource list

* Finalize saml editor (#702)

* Add workflow list page (#706)

* Add workflow list page

* Add support for fetching stats for workflows

* Refactor routing

* Adapt the chat interface to make requests to workflows endpoint

* Minor additions

* Fix bigquery connection

* Add possiblity to create a workflow (#717)

* Refactor onboarding flow (#718)

* fix code block background color (#721)

* Add workflow list page

* Add support for fetching stats for workflows

* Refactor routing

* Adapt the chat interface to make requests to workflows endpoint

* Minor additions

* Fix bigquery connection

* fix code block background color

* Small tweaks

---------

Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>

* Add LLM onboarding modal to workflow detail page (#726)

* Add LLM onboarding modal to workflow detail page

* Add LLM config onboading UI

* Add segment tracking to UI (#728)

* Add segment tracking to UI

* Update Docker config to support tracking in UI

* Feat/setup stripe plan (#730)

* Implement billing

* Update trial period

* Listing Intermediate Steps (#719)

* Add workflow list page

* Add support for fetching stats for workflows

* Refactor routing

* Adapt the chat interface to make requests to workflows endpoint

* Minor additions

* Fix bigquery connection

* add resizable component

* add listing intermediate steps

* refactor ui

* update default panel size

* Small tweaks

* Minor style fixes

* Add workflow list page

* Adapt the chat interface to make requests to workflows endpoint

* Minor additions

* add resizable component

* add listing intermediate steps

* refactor ui

* update default panel size

* Small tweaks

* Minor tweaks

---------

Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>

* Fix tracing for workflows (#722)

* Fix tracing for workflows

* fix typo

* revert agentops

* refactor callbacks in agent invoke

* add tracking for workflows

---------

Co-authored-by: alisalim17 <alisalimli1899@gmail.com>

* Minor tweaks

* Add support for loading a default yaml (#736)

* Feat/update yaml UI (#739)

* Add support for saving a yaml

* Make it possible to update yaml for a workflow from the UI

* fix renaming keys (#741)

* Fix issue with invoking agent after adding LLM

* Small UI tweaks

* Remove null values from yaml

* Adding autocomplete and linting to SAML editor (#748)

* added monaco

* small fix in monaco editor

* set default panel size

* Small tweaks

* Fix darkmode

---------

Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>

* Add support for additinal agent types in yaml config (#750)

* add agent type to workflow config endpoint

* improving data manipulation

* Minor tweaks

---------

Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>

* Add posthog + small fixes (#753)

* Add first_name an last_name to Stripe customer

* Add possiblity to cancel subscription (#757)

* Feat/billing alert (#759)

* Add a modal when billing has expired

* Minor tweaks

* Minor tweaks

* Fix issue with async container component

* Update docker config with new env vars

* Add Support for OpenAI Assistants in SAML  (#755)

* fix duplicate editor instances

* fix typo

* improve logging - adding stack trace

* refactor openai assistant

* uploading data files to openai assistants api

* fix list workflows endpoint

* added openai assistant

* saving tools and datasources in yaml

* add autocompelete for openai assistant tool names

* refactored code

* add deprecation alert in agents page

* fix metadata json errors

* revert agent chat ui page

* add agent icon to sidebar

* Small tweaks

* Minor tweaks

* Small tweaks

* fix openai assistant's not ending stream

* fix deleting all agents

* fix the build type error

* Small tweak

---------

Co-authored-by: Ismail Pelaseyed <homanp@gmail.com>

* Small tweaks

* Make company name mandatory

* Small tweaks

* Update version

---------

Co-authored-by: Ali Salimli <67149699+elisalimli@users.noreply.github.com>
Co-authored-by: alisalim17 <alisalimli1899@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant