Uses of Package
dyntabs.ai.activity
Packages that use dyntabs.ai.activity
-
Classes in dyntabs.ai.activity used by dyntabsClassDescriptionThe single application-facing entry point for writing to the ambient activity timeline — a thin facade over the
ActivityStorethat stamps each event with the current session and tab, so callers never have to figure out "where am I" themselves. -
Classes in dyntabs.ai.activity used by dyntabs.aiClassDescriptionA reusable, lazily-evaluated description of "the recent activity to feed the assistant" — bind it to a
ActivityStoreonce, say which session/tab and how far back to look, then callActivityContext.render()at each AI call to get fresh prompt text reflecting the latest activity. -
Classes in dyntabs.ai.activity used by dyntabs.ai.activityClassDescriptionA reusable, lazily-evaluated description of "the recent activity to feed the assistant" — bind it to a
ActivityStoreonce, say which session/tab and how far back to look, then callActivityContext.render()at each AI call to get fresh prompt text reflecting the latest activity.Fluent builder forActivityContext.An immutable description of which slice of the activity timeline you want back from anActivityStore— a small set of filters (session, tab, age, category) plus a cap on how many of the most recent matches to return.Fluent builder forActivityQuery.Turns a slice of the activity timeline into the plain text that gets injected into an AI prompt — the bridge between structuredUserActivityEvents and the words the model actually reads.Marks a business method (or a whole bean) whose invocation should be recorded onto the ambient activity timeline — the declarative way to feed the assistant's working memory without writing any capture code by hand.An immutable, lightweight pointer to one business entity the user just touched — not the entity itself, just enough to name it: atype(e.g.One immutable "the user just did something meaningful" entry in the Ambient Activity timeline — theUI → AIcounterpart toEasyAIEvent(which isAI → UI).Fluent builder forUserActivityEvent.The coarse category of a user act.