-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update upstream to PostHog/posthog@0543f08
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule upstream
updated
18 files
+8 β6 | ee/hogai/assistant.py | |
+76 β0 | ee/hogai/eval/tests/test_eval_retention_generator.py | |
+118 β0 | ee/hogai/eval/tests/test_eval_retention_planner.py | |
+56 β0 | ee/hogai/graph.py | |
+0 β0 | ee/hogai/retention/__init__.py | |
+50 β0 | ee/hogai/retention/nodes.py | |
+91 β0 | ee/hogai/retention/prompts.py | |
+50 β0 | ee/hogai/retention/test/test_nodes.py | |
+57 β0 | ee/hogai/retention/toolkit.py | |
+4 β2 | ee/hogai/router/nodes.py | |
+12 β0 | ee/hogai/router/prompts.py | |
+1 β1 | ee/hogai/summarizer/prompts.py | |
+4 β0 | ee/hogai/utils/types.py | |
+82 β0 | frontend/src/queries/schema.json | |
+38 β1 | frontend/src/queries/schema.ts | |
+18 β15 | frontend/src/scenes/max/utils.ts | |
+2 β1 | frontend/src/types.ts | |
+95 β8 | posthog/schema.py |