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

Update logos in index.md #5

Closed
wants to merge 881 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    d065b62 View commit details
    Browse the repository at this point in the history
  2. bump to 0.5.0-rc.0 (#829)

    pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a8db26c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    703fe67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    450e70c View commit details
    Browse the repository at this point in the history
  5. [Go] add language-independent tests (#818)

    Add tests that read JSON files that describe flows and expected results.
    
    The goal is to run these tests for each genkit language, to make
    sure all implementations behave the same.
    
    There is currently a single test, whose expected trace came from
    writing the flow in ts and calling `genkit flow:run`. This test
    found a couple of bugs and discrepancies in the Go code, which are
    also fixed here.
    
    For #354.
    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    47a9690 View commit details
    Browse the repository at this point in the history
  6. Trace sampled flag (#830)

    Propagates the trace sampled state to the correct field in GCP logs
    bryanatkinson authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    38fb723 View commit details
    Browse the repository at this point in the history
  7. Update Devtools docs and add some gifs (#817)

    Update Devtools page and add some images and gifs
    ---------
    
    Co-authored-by: Kevin Cheung <[email protected]>
    2 people authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5e11bf4 View commit details
    Browse the repository at this point in the history
  8. Telemetry plugin authoring guide (#827)

    Add a guide for writing a plugin that exports telemetry data.
    
    ---------
    
    Co-authored-by: Konstantin Mandrika <[email protected]>
    Co-authored-by: Kevin Cheung <[email protected]>
    3 people authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c929f1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f35468 View commit details
    Browse the repository at this point in the history
  10. bump to 0.5.0-rc.1 (#851)

    pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2570d6a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb952d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c760e0 View commit details
    Browse the repository at this point in the history
  13. Add a link to the KB article on enabling APIs in GCP. (#854)

    Add a link to the API dashboard which lists all APIs
    enabled for a project.
    kmandrika authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b4a1101 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8f80506 View commit details
    Browse the repository at this point in the history
  15. Minor fix to getting started with Firebase guide (#855)

    Updated Genkit's  getting started with firebase guide to include an "npm init -y" command in the project setup.
    sbrissenden authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1c74e8a View commit details
    Browse the repository at this point in the history
  16. Fix type-o (#856)

    kmandrika authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b0579d4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    042fd3a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5e660bd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b56c432 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ccebfe9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    485dc0d View commit details
    Browse the repository at this point in the history
  22. [UI] Fix tools icon (#862)

    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    74890e9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    702f332 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d43681b View commit details
    Browse the repository at this point in the history
  25. More visual get-started (#865)

    * More visual get-started
    
    * fix link
    kevinthecheung authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    61af4b4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1b57159 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    328fff8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f190f92 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b6ae71c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1996deb View commit details
    Browse the repository at this point in the history
  31. Update docs (#6)

    Add missing import to example.
    sbrissenden authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5a4bc89 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    79317a4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    837650b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    0b26fcc View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9cf5995 View commit details
    Browse the repository at this point in the history
  36. Migrate to Material 3 (#14)

    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e4a7c28 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ce25acd View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9745716 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    23a2b69 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    9fd552d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    069f51c View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0d13afe View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    977c4d6 View commit details
    Browse the repository at this point in the history
  44. Rewrite Firebase deployment docs (#19)

    * Rewrite Firebase deployment docs
    
    * put cors step in the right place
    
    * indentation
    
    * prettier
    kevinthecheung authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e50fd62 View commit details
    Browse the repository at this point in the history
  45. Fix issue with Firebase plugin (#21)

    * fix cmd formatting get-started.md (#868)
    
    * Fix issue with Firebase plugin
    
    ---------
    
    Co-authored-by: Kevin Cheung <[email protected]>
    2 people authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b7dd2ec View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    3d83a49 View commit details
    Browse the repository at this point in the history
  47. Refactor Eval for better tracing and error reporting (#3)

    Co-authored-by: Chris Chestnut <[email protected]>
    Co-authored-by: Cleo Schneider <[email protected]>
    Co-authored-by: Samuel Bushi <[email protected]>
    4 people authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9abde94 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    4da4685 View commit details
    Browse the repository at this point in the history
  49. Adding a menu understanding sample app. (#25)

    1. Prompt sample
    2. Flow and tool sample
    3. Chat sample
    4. RAG sample
    5. Multimodal and chaining sample
    maxl0rd authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    77e99eb View commit details
    Browse the repository at this point in the history
  50. Remove js/third_party from .gitignore (#30)

    * Remove js/third_party from .gitignore
    
    * Update formatting for ragas metrics
    schnecle authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    37f5345 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    6fa69ff View commit details
    Browse the repository at this point in the history
  52. [Go] begin getting sample to run with genkit tool (#27)

    Add the first Go sample, which implements the "basic" flow
    from samples/flow-sample1.
    
    Attempting to run this with `genkit start -a ...` flushed out a few
    bugs. This PR fixes enough so that the flow is listed in the left
    nav of the UI.
    
    The next step requires adding JSON schemas to the actions, which is a
    large piece, so this is a good place to stop.
    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    07e8b51 View commit details
    Browse the repository at this point in the history
  53. [ Go ] add simple Pinecone client (#31)

    This is a simple Pinecone client that provides just the features that
    we will want to use for Genkit.
    
    This simple client just uses the REST API. There is a Pinecone Go
    package at github.com/pinecone-io/go-pinecone, but 1) it is unstable;
    2) for some reason it recommends building with "just" which is not
    ordinary practice for Go modules.
    ianlancetaylor authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    eb5fcdc View commit details
    Browse the repository at this point in the history
  54. [ Go ] define Embedder and Retriever interfaces (#35)

    The intent is that the actual implementations of embedders and
    retrievers will implement these interfaces. They will be wrapped in
    actions for invocation from the genkit tool.
    
    A retriever will use the embedder interface to embed a Document.
    We may want to have a way for the retriever to invoke an embedder action,
    so that tracing works nicely.
    ianlancetaylor authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f6dcdfb View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    4d25a9c View commit details
    Browse the repository at this point in the history
  56. Removing pop culture references in sample content (#34)

    * Changing eval sample to dog facts.
    * Changing rag sample topic to cat and dog facts
    maxl0rd authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c665d30 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    0bc507d View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    fea80c7 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    1f045cc View commit details
    Browse the repository at this point in the history
  60. Define and use a Generator interface. (#43)

    Just to be more consistent with the other action types.
    randall77 authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f6e49f8 View commit details
    Browse the repository at this point in the history
  61. [Go] add conformance test (#37)

    Add a test that corresponds to the basic flow sample.
    
    Provide a way to add comments to the test JSON.
    
    Fix a bug in creating a unique step name that the test uncovered.
    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    033b6b2 View commit details
    Browse the repository at this point in the history
  62. Export textEmbedding (#36)

    huangjeff5 authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    aa6316a View commit details
    Browse the repository at this point in the history
  63. Refactor type definitions for Evaluators (#42)

    * fix cmd formatting get-started.md (#868)
    
    * rebase to main
    
    * continued wip; refactor
    
    * working code!
    
    * Clean up
    
    * Making sure evals can still be saved
    
    * wip with  awesome new shape
    
    * WIP: Handle failure cases - we still aren't properly setting the status on the span.
    
    * Wrap runInNewSpan in try/catch to attempt to force an error in the inner span
    
    * Change metrics to throw errors instead of returning error responses.
    
    * Add a mutex so that the localFileStore isn't reading an empty file and then overwriting itself
    
    * Remove erroneous code and add logging.
    
    * discovery
    
    * Try to make things serial
    
    * Successfully adding trace and span ids into refactored eval state
    
    * Renaming in response to feedback
    
    * Make error spans show output
    
    * remove sampleIndex where it's not being used
    
    * add continue to failure case
    
    * Refactor evaluation types
    
    * Use Eval instead of Evaluator
    
    * Fix UI tests
    
    * feedback
    
    * Remove unused mocks and deps
    
    * Rename to TestCase
    
    ---------
    
    Co-authored-by: Kevin Cheung <[email protected]>
    Co-authored-by: Chris Chestnut <[email protected]>
    Co-authored-by: Cleo Schneider <[email protected]>
    4 people authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9645b4a View commit details
    Browse the repository at this point in the history
  64. [Go] make pinecone test more reliable (#44)

    * [Go] make pinecone test more reliable
    
    The pinecone database is only eventually consistent.
    Wait for the results to be inserted before doing a query.
    
    I tried a few different approaches before finding one that seems to pass,
    and added the Stats method while working on this.
    
    Also, delete the test vectors when the test completes.
    
    * address reviewer comments
    ianlancetaylor authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bbf78f9 View commit details
    Browse the repository at this point in the history
  65. [Go] add fake embedder implementation for testing (#48)

    * [Go] add fake embedder implementation for testing
    
    * move files up one level
    ianlancetaylor authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bab00b6 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    be04666 View commit details
    Browse the repository at this point in the history
  67. [UI] Create skeleton prompt runner component (#54)

    Will serve as a base for prompt-specific runner features that we will add.
    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f3d7933 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    a7f3fd8 View commit details
    Browse the repository at this point in the history
  69. Revise Cloud Run docs (#29)

    * Revise Cloud Run docs
    
    * oops
    
    * rephrase
    
    * auth json not needed
    
    * start command
    
    * no openai
    kevinthecheung authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2be9181 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    8bef5f0 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    cbf848c View commit details
    Browse the repository at this point in the history
  72. Update overview page (#41)

    * Update overview page
    
    * link
    
    * prettier
    
    * DevUI run demo
    
    * no openai
    
    * feedback
    kevinthecheung authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3ebe5c3 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    f78fba8 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    90b93ac View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    9fa1123 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    cce6916 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    3d106ac View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    76a9b09 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    d72fe1b View commit details
    Browse the repository at this point in the history
  80. [Go] add genkit support to pinecone client (#52)

    Now calling pinecone.Init will register genkit actions.
    ianlancetaylor authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8002374 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    cfa46c5 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    7ebfcf3 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    5902d64 View commit details
    Browse the repository at this point in the history
  84. Always clear message when not in chat mode - otherwise if an error is…

    … shown, we'll still see the previous message. (#67)
    MichaelDoyle authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7bb2501 View commit details
    Browse the repository at this point in the history
  85. [Go] JSON schemas for actions (#64)

    Set the input and output JSON schemas on an action by determining
    them from the Go types.
    
    Also make other minor changes needed to make the genkit UI work.
    
    With this PR, you can use the genkit UI to run a flow.
    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b1cc88e View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    2515e47 View commit details
    Browse the repository at this point in the history
  87. Upgrade pnpm to 8.15.7 (#62)

    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    39a50df View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    b3696b1 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    c188889 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    eeb0ed4 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    33f6c46 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    7c44688 View commit details
    Browse the repository at this point in the history
  93. [Go] add ai package (#73)

    Change jsonschemagen to write types into more than one package.
    (Also, have it report unused config, as an extra check.)
    
    Move the AI types into their own package.
    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6eb37b8 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    e8d3db2 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    9dba77e View commit details
    Browse the repository at this point in the history
  96. Update _book.yaml

    pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    dc2f57a View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    fa9f44d View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    b94f0de View commit details
    Browse the repository at this point in the history
  99. Update prompt variant in dev-ui-gallery (#82)

    Use different inputs to test prompt runner UI behavior.
    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ad8f92a View commit details
    Browse the repository at this point in the history
  100. Add maliciousness as an evaluator (#77)

    * Adding initial maliciousness eval
    
    * Fix eval-run command
    
    * Add additional example and tweak the prompt to get better output.
    
    * Turn off safety filters for maliciousness eval
    
    * Fix formatting.
    
    * Add a sample with the gut check dataset and instructions for running.
    
    * Fixing broken build and removing unused dependencies
    schnecle authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a5bc429 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    f586ff8 View commit details
    Browse the repository at this point in the history
  102. Allow system role for Gemini 1.5 Pro (#85)

    Also removes references to OpenAI from UI.
    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    aa93845 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    6a93eaa View commit details
    Browse the repository at this point in the history
  104. Add shutdown hook for Open telemetry SDK (#76)

    * Also removed the process.exist from reflectionApi hook since that was killing the process before the open telemetry SDK could flush everything.
    bryanatkinson authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    74d6bfd View commit details
    Browse the repository at this point in the history
  105. Update faithfulness to v0.1.7 (#87)

    * Update faithfulness to v0.1.7
    
    * Update METADATA
    ssbushi authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    21f51b8 View commit details
    Browse the repository at this point in the history
  106. Resolve app process kill right away. (#90)

    * Resolve app process kill right away.
    
    * Update init.ts
    
    * Clean up promise.
    apascal07 authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c2ec01a View commit details
    Browse the repository at this point in the history
  107. Export gemini 1.5 (#91)

    pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    da98d3d View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    cae4b27 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    3e9994f View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    f81e577 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    a790e54 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    8cca915 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    c2a09c3 View commit details
    Browse the repository at this point in the history
  114. Clean up tracing before shutting down Reflection API. (#93)

    * Resolve app process kill right away.
    
    * Update init.ts
    
    * Clean up promise.
    
    * Clean up tracing before shutting down Reflection API.
    
    * Better implementation.
    
    * Fix await.
    
    * Update tracing.ts
    
    * format
    
    ---------
    
    Co-authored-by: Pavel Jbanov <[email protected]>
    apascal07 and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8fdbc0e View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    da56d0c View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    0193b93 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    da31b54 View commit details
    Browse the repository at this point in the history
  118. Update runner.ts (#106)

    apascal07 authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6824ce7 View commit details
    Browse the repository at this point in the history
  119. Message list component (#84)

    Co-authored-by: Chris Chestnut <[email protected]>
    Co-authored-by: Michael Doyle <[email protected]>
    2 people authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    062893e View commit details
    Browse the repository at this point in the history
  120. Add answer relevancy to the gut check sample (#89)

    * Add answer relevancy to the gut check sample and tweak the prompt to penalize not answering the question
    
    * Add a preamble to the gut check sample
    schnecle authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    663e830 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    b1d8898 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    a75c5a1 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    0d7749b View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    90c85a6 View commit details
    Browse the repository at this point in the history
  125. Add faithfulness gut check dataset. (#110)

    * Add faithfulness gut check dataset.
    
    * Replace Satyagraha test case with Silas B. Cobb test case
    schnecle authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    63fa2c2 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    83083ea View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    3a12729 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    059b0a2 View commit details
    Browse the repository at this point in the history
  129. Bump to 0.5.0-rc.5 (#121)

    pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d787f7b View commit details
    Browse the repository at this point in the history
  130. [Go] add dotprompt parsing code (#94)

    * [Go] add dotprompt parsing code
    
    * Apply review comments.  Also gofmt the files.
    ianlancetaylor authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9a85d07 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    d8723eb View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    2c63778 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    ac93826 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    0ee4e61 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    a611c88 View commit details
    Browse the repository at this point in the history
  136. Flatten model config (#45)

    pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4d4f90e View commit details
    Browse the repository at this point in the history
  137. [UI] Fix model versions not being loaded on initial render (#131)

    Fixes google/genkit#130. This is more of a stop-gap fix, going to explore refactoring these components to utilize Angular signals to eliminate this class of error entirely.
    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6e55517 View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    f7f8341 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    3de784b View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    eff6420 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    a01405b View commit details
    Browse the repository at this point in the history
  142. Add support for Vertex AI evaluators (#126)

    * Add evaluators to vertexAI plugin
    
    * Remove commented code
    
    * Remove unused schemas
    
    * Replace fluency with groundedness
    
    * Throw error if context is an empty array
    
    * Format evaluation.ts
    
    * Address PR comments
    
    * Address PR comments
    tagboola authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    74955c7 View commit details
    Browse the repository at this point in the history
  143. [Go] implement streaming (#108)

    Any Action can stream its results back incrementally instead of
    returning them all at the end. The same is true for Flows.
    
    Modify Action and Flow to take a callback to be used for streaming.
    
    The dev server runAction route supports a boolean "stream" query
    parameter, which if true sets the streaming callback to write
    lines of JSON to the ResponseWriter. This matches the js implementation.
    
    For now, assume embedders, retrievers and indexers do not stream.
    Generators can stream, and they should, but this PR just lays
    the groundwork.
    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d4896c7 View commit details
    Browse the repository at this point in the history
  144. Support writing eval results to csv (#122)

    * Support writing results to csv
    
    * Responding to feedback
    
    * Switch execution order to write to store first.
    schnecle authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3ef11ce View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    ec9cee7 View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    b159afc View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    7167027 View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    f704b2e View commit details
    Browse the repository at this point in the history
  149. Remove optional hardcoded version (#135)

    * Remove optional metric_spec and hardcoded version
    
    * Keep metric_spec, which is actually required
    tagboola authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3e2757c View commit details
    Browse the repository at this point in the history
  150. Update to use fuzzy JSON parsing in evaluators (#109)

    * Update to use fuzzy matching
    
    * typo
    
    * Use Json5 instead of dirty-json
    
    * Make all parsing fuzzy
    
    * Update extractJson doc
    
    Co-authored-by: Michael Bleigh <[email protected]>
    
    ---------
    
    Co-authored-by: Michael Bleigh <[email protected]>
    2 people authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    499d1c4 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    3b4869a View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    2cdc72f View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    5238236 View commit details
    Browse the repository at this point in the history
  154. Move common/types to UI (#147)

    These types are only used in the UI, so moving out of the `genkit-tools/src` folder.
    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a33d6ec View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    a6054d3 View commit details
    Browse the repository at this point in the history
  156. Pass config for the judgeLLM via genkit.config.ts (#152)

    Also, update dubious maliciousness examples
    schnecle authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4d31967 View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    86e0a3b View commit details
    Browse the repository at this point in the history
  158. Remove outdated comment (#155)

    * Remove outdated comment
    MichaelDoyle authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ac61b19 View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    c616433 View commit details
    Browse the repository at this point in the history
  160. Increase reflectionApi upload limit and handle errors (#138)

    Co-authored-by: Chris Chestnut <[email protected]>
    2 people authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8fb258a View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    28b022b View commit details
    Browse the repository at this point in the history
  162. Create @genkit-ai/tools-common package (#158)

    Contains all common code/types that are shared amongst different tools clients (e.g. CLI, UI, etc.).
    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    40325fd View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    75a4b33 View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    2ffaf68 View commit details
    Browse the repository at this point in the history
  165. Fix path to UI assets (#162)

    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    88d4178 View commit details
    Browse the repository at this point in the history
  166. Configuration menu
    Copy the full SHA
    fa38043 View commit details
    Browse the repository at this point in the history
  167. Consolidate @genkit-ai/tools-plugins to `@genkit-ai/tools-common/pl…

    …ugin` (#165)
    
    Removes circular dependency.
    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ad33045 View commit details
    Browse the repository at this point in the history
  168. Removed old plugin (#164)

    pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    621e41e View commit details
    Browse the repository at this point in the history
  169. Add scaffolding for custom extractors (#150)

    * Update sample
    
    * Add evaluation tools plugin
    
    * feedback
    
    * typos
    
    * Merge and update step selectors
    
    * Update deps
    
    * Update order
    ssbushi authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e4df69b View commit details
    Browse the repository at this point in the history
  170. Update @asteasolutions/zod-to-openapi to v7.0.0 (#166)

    Fixes ESM warning.
    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    05dc385 View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    3642a06 View commit details
    Browse the repository at this point in the history
  172. Update and rename _book.yaml to _guides.yaml (#149)

    * Update and rename _book.yaml to _guides.yaml
    
    For move to Firebase docs
    
    * Update _guides.yaml
    
    Fixing the formatting
    
    * Update _guides.yaml
    
    * Update .prettierignore
    alexg33 authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    212691b View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    c94ff39 View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    42a1169 View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    2df3a93 View commit details
    Browse the repository at this point in the history
  176. Move evaluators out of ragas and into genkit-evaluators (#167)

    * Move evaluators out of ragas and into genkit-evaluators
    
    * Rename genkit-evaluators to evaluators
    
    * Simularity -> similarity
    schnecle authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    019f5b7 View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    345b100 View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    77743c1 View commit details
    Browse the repository at this point in the history
  179. Configuration menu
    Copy the full SHA
    52ba3e7 View commit details
    Browse the repository at this point in the history
  180. Configuration menu
    Copy the full SHA
    880139b View commit details
    Browse the repository at this point in the history
  181. Add support for defining display name and metric definition for evalu…

    …ators (#157)
    
    * Add support for defining display name and metric definition for evaluators
    
    * Fix import
    
    * Remove context_precision from local file eval store test
    
    * Replace context precision with faithfulness
    
    * Rename METRICS to METRICS_METADATA
    
    * Move shared types to type.ts
    
    * Only pass specific EvalMetric to eval-metrics-chip component
    
    * Address more PR comments
    tagboola authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    da3c2ef View commit details
    Browse the repository at this point in the history
  182. [Go] add RunFlow and StreamFlow (#140)

    Add the RunFlow function, which runs a flow in the context of
    another flow.
    
    Also add the StreamFlow function, which runs a flow with streaming
    in the context of another flow.
    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    12f26d2 View commit details
    Browse the repository at this point in the history
  183. Configuration menu
    Copy the full SHA
    faca973 View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    5dcc500 View commit details
    Browse the repository at this point in the history
  185. Show error from span.status.message if available (#176)

    * WIP
    
    * Add span.status.message to error callout
    
    * check for error first
    
    * Use span error first
    
    * Use flow error message as title if available
    
    * Type fix
    
    * Update condition
    
    * condition change again
    
    * Simplify
    
    * Missing ?
    ssbushi authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9a619c5 View commit details
    Browse the repository at this point in the history
  186. Configuration menu
    Copy the full SHA
    8483fc2 View commit details
    Browse the repository at this point in the history
  187. Undo license file move (#187)

    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7918f93 View commit details
    Browse the repository at this point in the history
  188. Langchain sample (#163)

    pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d736cae View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    2d3fc16 View commit details
    Browse the repository at this point in the history
  190. Configuration menu
    Copy the full SHA
    83d53d5 View commit details
    Browse the repository at this point in the history
  191. Configuration menu
    Copy the full SHA
    48e5943 View commit details
    Browse the repository at this point in the history
  192. Update schema-exporter for file moves. (#194)

    The types files were moved in 06e5d49fbbf07793e92c3aefb9f4ecca0e3d9ffe.
    ianlancetaylor authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    702ba4c View commit details
    Browse the repository at this point in the history
  193. Configuration menu
    Copy the full SHA
    11cd774 View commit details
    Browse the repository at this point in the history
  194. Configuration menu
    Copy the full SHA
    f0aa5f4 View commit details
    Browse the repository at this point in the history
  195. Configuration menu
    Copy the full SHA
    df2782f View commit details
    Browse the repository at this point in the history
  196. [Go] GCP tracing (#196)

    Add a plugin for installing Google Cloud Platform telemetry.
    
    This PR implements tracing.
    Future PRs will add metrics and logging.
    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f88a644 View commit details
    Browse the repository at this point in the history
  197. Add BLEU and ROUGE Vertex AI evaluators (#181)

    * Prefer reference to ground_truth
    
    * Add BLEU and ROUGE Vertex AI evaluators
    tagboola authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a71149e View commit details
    Browse the repository at this point in the history
  198. Configuration menu
    Copy the full SHA
    8a3b875 View commit details
    Browse the repository at this point in the history
  199. [Go] update generated types for TypeScript type changes (#195)

    * [Go] update generated types for TypeScript type changes
    
    * update for changes in 90298872c
    ianlancetaylor authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    74d47c1 View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    6f3454c View commit details
    Browse the repository at this point in the history
  201. Configuration menu
    Copy the full SHA
    6a8104e View commit details
    Browse the repository at this point in the history
  202. [Go] add GCP metrics support (#202)

    Add support for exporting metrics to GCP.
    
    Calling `googlecloud.Init` will register a global MetricProvider, which
    can be used to create counters and other metric instruments. We use a
    global MeterProvider instead of having one per registry, to keep things
    simple.
    
    Define metric instruments for number of actions executed and their
    latency, and record those metrics when actions are run.
    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8b5fcd2 View commit details
    Browse the repository at this point in the history
  203. [Go] fix NoStream type (#210)

    NoStream was defined in a way that made it impossible to
    write the corresponding Flow[I, O, S] type outside the package.
    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    18eb860 View commit details
    Browse the repository at this point in the history
  204. Configuration menu
    Copy the full SHA
    82f9171 View commit details
    Browse the repository at this point in the history
  205. [UI] Upgrade dependencies (#213)

    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f5cbc4b View commit details
    Browse the repository at this point in the history
  206. Configuration menu
    Copy the full SHA
    125e74f View commit details
    Browse the repository at this point in the history
  207. [Go] define LookupGeneratorAction (#212)

    * [Go] define LookupGeneratorAction
    
    * [Go] define LookupAction
    
    * [Go] add TODO
    ianlancetaylor authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    08d13e2 View commit details
    Browse the repository at this point in the history
  208. [Go] add metrics for flows (#216)

    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c60b00e View commit details
    Browse the repository at this point in the history
  209. Configuration menu
    Copy the full SHA
    f7dd0e6 View commit details
    Browse the repository at this point in the history
  210. Updating first instance of Genkit to Firebase Genkit (#186)

    * Updating first instance of Genkit to Firebase Genkit`<
    
    * prettier updates to make the linter happy
    alexg33 authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2c321ca View commit details
    Browse the repository at this point in the history
  211. Add custom extractors (#201)

    * Update sample
    
    * Add evaluation tools plugin
    
    * feedback
    
    * typos
    
    * new lock
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * Working, moved to common/
    
    * With tests
    
    * fixes
    
    * Feedback
    ssbushi authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f855bc3 View commit details
    Browse the repository at this point in the history
  212. Configuration menu
    Copy the full SHA
    4b9c9ce View commit details
    Browse the repository at this point in the history
  213. Configuration menu
    Copy the full SHA
    2d5354e View commit details
    Browse the repository at this point in the history
  214. Configuration menu
    Copy the full SHA
    082076f View commit details
    Browse the repository at this point in the history
  215. Adding an example for writing custom evaluators (#204)

    * Adding an example for writing custom evaluators
    
    * Addressing PR feedback and breakage after rebase
    
    * Fix dataset formatting
    
    * Missed z.infer reference
    schnecle authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2c80ea6 View commit details
    Browse the repository at this point in the history
  216. Configuration menu
    Copy the full SHA
    5f56129 View commit details
    Browse the repository at this point in the history
  217. Added ollama auth docs (#218)

    Co-authored-by: Kevin Cheung <[email protected]>
    pavelgj and kevinthecheung committed May 1, 2024
    Configuration menu
    Copy the full SHA
    50d6c0e View commit details
    Browse the repository at this point in the history
  218. Upgrade to pnpm v9.0.6 (#220)

    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    06e232b View commit details
    Browse the repository at this point in the history
  219. Remove developer UI code (#224)

    tonybaroneee authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1029fcd View commit details
    Browse the repository at this point in the history
  220. Refine tests using traces (#223)

    ssbushi authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    aaf2315 View commit details
    Browse the repository at this point in the history
  221. Configuration menu
    Copy the full SHA
    611f2a7 View commit details
    Browse the repository at this point in the history
  222. bump version to rc7 (#226)

    pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e1afb99 View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    bdb5461 View commit details
    Browse the repository at this point in the history
  224. Configuration menu
    Copy the full SHA
    fb1103e View commit details
    Browse the repository at this point in the history
  225. Configuration menu
    Copy the full SHA
    430484b View commit details
    Browse the repository at this point in the history
  226. Added docs for Anthropic Claude 3 (#222)

    Co-authored-by: Kevin Cheung <[email protected]>
    pavelgj and kevinthecheung committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e1dd8eb View commit details
    Browse the repository at this point in the history
  227. Configuration menu
    Copy the full SHA
    f94bad9 View commit details
    Browse the repository at this point in the history
  228. Added langchain plugin docs (#228)

    Co-authored-by: Kevin Cheung <[email protected]>
    pavelgj and kevinthecheung committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fd67c99 View commit details
    Browse the repository at this point in the history
  229. Bump langchain plugin to rc7

    pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    81c6e14 View commit details
    Browse the repository at this point in the history
  230. Align Go and TS metric names. Change the separator to '/' from'.'. (#233

    )
    
    * Align Go and TS metric names. Change the separator to '/' from'.'.
    kmandrika authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b5136fa View commit details
    Browse the repository at this point in the history
  231. Configuration menu
    Copy the full SHA
    754bd84 View commit details
    Browse the repository at this point in the history
  232. Configuration menu
    Copy the full SHA
    8e55d7e View commit details
    Browse the repository at this point in the history
  233. Update docs on custom extractors (#237)

    * Update docs on custom extractors
    
    * Update evaluation.md
    
    * Kevin fix
    
    Co-authored-by: Kevin Cheung <[email protected]>
    
    * Kevin fix
    
    Co-authored-by: Kevin Cheung <[email protected]>
    
    * Update docs/evaluation.md
    
    Co-authored-by: Kevin Cheung <[email protected]>
    
    * Update docs/evaluation.md
    
    Co-authored-by: Kevin Cheung <[email protected]>
    
    * Update docs/evaluation.md
    
    Co-authored-by: Kevin Cheung <[email protected]>
    
    * Update docs/evaluation.md
    
    Co-authored-by: Kevin Cheung <[email protected]>
    
    ---------
    
    Co-authored-by: Pavel Jbanov <[email protected]>
    Co-authored-by: Kevin Cheung <[email protected]>
    3 people committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1633979 View commit details
    Browse the repository at this point in the history
  234. [Go] update golang.org/x/net to silence dependabot (#236)

    Ran these commands:
        go get -u google.golang.org/api
        go mod tidy
    
    Fixes #232
    ianlancetaylor authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    04b64fe View commit details
    Browse the repository at this point in the history
  235. Configuration menu
    Copy the full SHA
    e34b675 View commit details
    Browse the repository at this point in the history
  236. Configuration menu
    Copy the full SHA
    e892273 View commit details
    Browse the repository at this point in the history
  237. change action latency name (#200)

    Change the name of the action latency histogram from
    "genkit.action.action_latency" to "genkit.action.latency"
    to avoid stutter.
    jba authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bf43894 View commit details
    Browse the repository at this point in the history
  238. Configuration menu
    Copy the full SHA
    1dd9fb4 View commit details
    Browse the repository at this point in the history
  239. Configuration menu
    Copy the full SHA
    6c8016e View commit details
    Browse the repository at this point in the history
  240. Configuration menu
    Copy the full SHA
    55811c9 View commit details
    Browse the repository at this point in the history
  241. Configuration menu
    Copy the full SHA
    a56d88e View commit details
    Browse the repository at this point in the history
  242. Added Go support to genkit start. (#142)

    * Added Go support to `genkit start`.
    
    * Added graceful shutdown of dev server.
    
    * Formatting.
    
    * Update utils.ts
    
    * Update init.ts
    apascal07 authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    dcfdaa3 View commit details
    Browse the repository at this point in the history
  243. Correctly set display name (#247)

    tagboola authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3947f60 View commit details
    Browse the repository at this point in the history
  244. Fix groundeness metric (#248)

    tagboola authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ca96c19 View commit details
    Browse the repository at this point in the history
  245. Configuration menu
    Copy the full SHA
    f4d7d1b View commit details
    Browse the repository at this point in the history
  246. Configuration menu
    Copy the full SHA
    eaa6fb4 View commit details
    Browse the repository at this point in the history
  247. Configuration menu
    Copy the full SHA
    9063144 View commit details
    Browse the repository at this point in the history
  248. Add validation on plugin registration to make sure that plugin action…

    …s follow the convention {pluginName}/{actionName} (#253)
    schnecle authored and pavelgj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    547a04a View commit details
    Browse the repository at this point in the history
  249. Configuration menu
    Copy the full SHA
    8a94198 View commit details
    Browse the repository at this point in the history
  250. Configuration menu
    Copy the full SHA
    3c9fcee View commit details
    Browse the repository at this point in the history