-
Notifications
You must be signed in to change notification settings - Fork 242
Insights: firebase/genkit
Overview
Could not load contribution data
Please try again later
4 Releases published by 3 people
-
genkit@1.7.0 Genkit JS 1.7.0
published
Apr 25, 2025 -
genkit-python@0.3.1
published
Apr 29, 2025 -
genkit-python@0.3.2
published
Apr 29, 2025 -
go/v0.5.3 Genkit Go v0.5.3
published
May 1, 2025
19 Pull requests merged by 8 people
-
feat(js/ai): added dynamic tools that can be dynamically defined at runtime
#2854 merged
May 2, 2025 -
feat('js/plugins/vertexai'): dynamically resolve imagen models and try to list models from the API
#2847 merged
May 1, 2025 -
feat(go): use
GenkitError
instead of regularerror
#2643 merged
May 1, 2025 -
refactor(js/prompts): changed executable-prompt action return type to GenerateActionOptions
#2845 merged
May 1, 2025 -
feat(go): Add tool support for ollama models
#2796 merged
May 1, 2025 -
feat(js/plugins/ollama): implemented dynamic model resolver and list actions for ollama plugin
#2831 merged
Apr 30, 2025 -
fix(js/prompts): fixed .prompt input handling on prompt render
#2843 merged
Apr 30, 2025 -
fix(go/plugins/googlegenai): use
boolean
instead ofbool
in JSON schemas#2842 merged
Apr 30, 2025 -
feat(cli/evals): Generate metricSummaries
#2768 merged
Apr 29, 2025 -
release: python genkit 0.3.2
#2840 merged
Apr 29, 2025 -
chore(go): update all dependencies to their latest versions
#2825 merged
Apr 28, 2025 -
feat(plugins/evaluators): Added answer accuracy, refined other metrics
#2826 merged
Apr 28, 2025 -
fix(go/genkit): remove colons from runtime filename
#2817 merged
Apr 28, 2025 -
refactor(js/plugins/vertexai): refactored tests for dynamic models
#2836 merged
Apr 28, 2025 -
feat(js/core): allow defining a "list actions" fn for plugins
#2830 merged
Apr 28, 2025 -
refactor(js/plugins/vertexai): Dynamic model support for Gemini models
#2824 merged
Apr 28, 2025 -
fix(go): fix
ModelResponse.ToolRequests()
return type#2823 merged
Apr 25, 2025
12 Pull requests opened by 10 people
-
feat(go/plugins): Generic OpenAI plugin
#2829 opened
Apr 26, 2025 -
feat(py): Adding vertex ai vector search + sample
#2833 opened
Apr 28, 2025 -
feat(js/plugins/vertexai): add Claude 3.5 Haiku model reference to Anthropic schema
#2834 opened
Apr 28, 2025 -
feat(py/plugins/evaluators): Add evals plugins, with simple evaluators
#2835 opened
Apr 28, 2025 -
fix(go/genkit): update YAML library from go-yaml/yaml to goccy/go-yaml
#2841 opened
Apr 29, 2025 -
Go: Support for streaming formatters
#2844 opened
Apr 30, 2025 -
feat(go/plugins/googlegenai): add `Thinking` support
#2846 opened
Apr 30, 2025 -
feat(js): thinking mode support
#2851 opened
May 1, 2025 -
fix(py/docs): Remove Py docs from Mkdocs, API reference still included here
#2852 opened
May 1, 2025 -
fix(go/genkit): expose detailed 4xx errors in googlegenai plugin
#2853 opened
May 1, 2025 -
chore(deps): bump vite and @angular-devkit/build-angular in /samples/js-chatbot/genkit-app
#2855 opened
May 2, 2025 -
docs(js): updated code snippets to use the latest 1.8 syntax
#2856 opened
May 2, 2025
8 Issues closed by 5 people
-
[Dev UI] preview input / output values in markdown in trace viewer
#2050 closed
May 1, 2025 -
[Dev UI] Trace Input/Output Readability & Browse-ability
#1553 closed
May 1, 2025 -
[Go] Genkit SDK v0.5.1 will not build against dependant otel SDK v1.35.0
#2771 closed
Apr 29, 2025 -
[Evals] Support 'Delete evaluation'
#2305 closed
Apr 29, 2025 -
[FR] Support using a similarity threshold in Firestore retriever
#653 closed
Apr 28, 2025 -
[Tooling] [Dev UI] Create a component store for datasets
#2633 closed
Apr 28, 2025 -
[Dev UI] Markdown - code syntax highlighting
#2045 closed
Apr 28, 2025 -
[Dev UI] Trace View - Model Spans don't load if in failure state
#2801 closed
Apr 25, 2025
5 Issues opened by 4 people
-
[Dev UI] Generate-based model runner does not display tool calls
#2850 opened
May 1, 2025 -
[Evals] LLM based dataset generation
#2838 opened
Apr 28, 2025 -
[Tooling] Migrate evals to use generate action for model evals
#2837 opened
Apr 28, 2025 -
@google/generative-ai is deprecated
#2832 opened
Apr 28, 2025 -
[Docs] Document middleware
#2822 opened
Apr 25, 2025
17 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat(go): Schema definition system with dotprompt
#2793 commented on
Apr 25, 2025 • 9 new comments -
feat(py): Added ModelGarden plugin
#2568 commented on
Apr 30, 2025 • 3 new comments -
[JS] Misleading or broken `.prompt(...).render(...)` generics
#2724 commented on
May 2, 2025 • 0 new comments -
[Go] Propagate telemetry labels from Reflection API to tracing
#2422 commented on
May 1, 2025 • 0 new comments -
[Go] Using tools with no input in Dev UI prompt runner fails
#2498 commented on
May 1, 2025 • 0 new comments -
[JS] unhandled error when generating an image with some prompts again imagen3Fast with vertexAI
#2244 commented on
May 1, 2025 • 0 new comments -
[Go] GoogleAI plugin swallows some 4xx error messages
#2226 commented on
Apr 30, 2025 • 0 new comments -
ai.LookupModelByName: no model named "gemini-2.0-flash" for provider "googlegenai"
#2820 commented on
Apr 30, 2025 • 0 new comments -
[Dev UI] Show trace data for the previous run in flow runner
#2595 commented on
Apr 29, 2025 • 0 new comments -
[Dev UI] Support edit dataset
#2304 commented on
Apr 28, 2025 • 0 new comments -
[Dev UI] Add status icons in metrics chips
#2810 commented on
Apr 28, 2025 • 0 new comments -
[Dev UI] Color coded metrics to indicate eval results quality
#1891 commented on
Apr 28, 2025 • 0 new comments -
[Dev UI] Add ability to associate datasets with metrics
#2306 commented on
Apr 28, 2025 • 0 new comments -
[Go] [Google AI] Add code execution suppport
#2353 commented on
Apr 28, 2025 • 0 new comments -
[Go] https://github.com/go-yaml/yaml has been archived
#2755 commented on
Apr 28, 2025 • 0 new comments -
[Dev UI] Markdown - Support markdown for text parts inside code execution responses
#2254 commented on
Apr 28, 2025 • 0 new comments -
Thinking budget
#2788 commented on
Apr 25, 2025 • 0 new comments