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

Global configuration and changed response types #7

Closed
wants to merge 22 commits into from

Commits on Nov 23, 2023

  1. Initial commit

    olivierhalupczok committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    fc11bf2 View commit details
    Browse the repository at this point in the history
  2. feat: add project starting files (#1)

    Signed-off-by: Olivier Halupczok <[email protected]>
    olivierhalupczok committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f2458b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    19dc56a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d63c845 View commit details
    Browse the repository at this point in the history
  3. feat: a basic file structure for the assistant module + env config (#2)

    * feat(assistant): created assistant module with empty services
    * feat(app): env config and removed unused default NestJS code
    sebastianmusial committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ffd42ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8213c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df4eb47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06a2a93 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. feat(assistant): created basic functionality for assistant service (#3)

    * feat(assistant): created assistant module with empty services
    * feat(app): env config and removed unused default NestJS code
    * feat(assistant): created basic functionality for assistant service
    * feat(assistant): saved the assistant ID in the env variables
    sebastianmusial committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6cbf746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6badb05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d14c92d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1943f14 View commit details
    Browse the repository at this point in the history
  5. feat(assistant): implemented full flow without additional agents (#4)

    * feat(assistant): created assistant module with empty services
    
    * feat(app): env config and removed unused default NestJS code
    
    * feat(assistant): created basic functionality for assistant service
    
    * feat(assistant): saved the asssitant ID in the env variables
    
    * feat(assistant): update the assistant when instance exist
    
    * feat(assistant): implemented full flow without additional agents
    sebastianmusial committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ba6813c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    c9566bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e7a70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86be28f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    b61dfe9 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    1feb1bf View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. feat(assistant): support for assistant files and knowledge retrieval (#5

    )
    
    * feat(assistant): created assistant module with empty services
    
    * feat(app): env config and removed unused default NestJS code
    
    * feat(assistant): created basic functionality for assistant service
    
    * feat(assistant): saved the asssitant ID in the env variables
    
    * feat(assistant): update the assistant when instance exist
    
    * feat(assistant): implemented full flow without additional agents
    
    * feat(assistant): adding files to the assistant
    
    * feat(assistant): support for assistant files and knowledge retrieval
    
    * feat(agent): added example of agent
    
    * feat: vercel configuration & github actions
    sebastianmusial committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7e2975e View commit details
    Browse the repository at this point in the history
  2. chore: add readme (#6)

    Signed-off-by: Olivier Halupczok <[email protected]>
    olivierhalupczok committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3da6680 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    ca4198d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cca227 View commit details
    Browse the repository at this point in the history