Elijah ben Izzy
Elijah ben Izzy
This has significant value but is a sizable undertaking. Some things to think about: 1. Typing for the State API + how to make that cleaner with typescript (more advanced...
Hey @AgnesNM -- sorry about this -- turns out I had done this already! If you're looking for some good UI changes to get started, these might be nice: -...
OK, implementation in #269. Small caveat, however: 1. In the multi-step process (E.G. those that define reduce/run separately) -- it will apply the default if it already exists in state...
> I'm not sure we really need this, because one can just do this at the beginning -- and reading the code it's clear: > > ```python > > @action(reads=["prompt"],...
> > **Is your feature request related to a problem? Please describe.** > > This should work: > > ```python > > @streaming_action(reads=["prompt"], writes=['response']) > > def streaming_response(state: State) ->...
> > > Hello @elijahbenizzy and @skrawcz, I'd like to attempt this one. I'm not very familiar with the code base. Taking the time to go through it. I could...
> I've previously done this in many projects -- In typescript. > > In THIS repo, is the code for this based in typescript or python? Hey! Code is all...
Chiming in as an open-source author and contributor. The folks from PostHog wrote a blog post that might be relevant here: https://posthog.com/blog/open-source-telemetry-ethical. It helps classify the different types of user-tracking....
Yeah -- should be easy enough to delete all db items below a certain date. Extra requirements: 1. Make idempotent -- if it fails, we should be able to run...
To add -- the [NodeRunAttribute](https://github.com/DAGWorks-Inc/hamilton/blob/1057a40db370d235fce647d65872221365da6bfa/ui/backend/server/trackingserver_run_tracking/models.py#L60) object stores most of the data, but you'd want to get rid of DAG runs, node runs, and attributes: https://github.com/DAGWorks-Inc/hamilton/blob/1057a40db370d235fce647d65872221365da6bfa/ui/backend/server/trackingserver_run_tracking/models.py Maybe even templates... Should be...