Actions: unifyai/unity
Actions
2,500+ workflow runs
2,500+ workflow runs
tests/helpers.py grows a set_resolved_contact_ids helper and bind_body
accepts optional self_contact_id / boss_contact_id kwargs that seed
SESSION_DETAILS alongside the existing hive / agent / user bindings;
bootstrap_hive_body threads both ids through the helper so live-backend
tests never rely on the retired 0 / 1 defaults.
tests/conversation_manager/core/test_managers_utils.py exposes a
`resolved_session...
Tests
#5232:
Commit f0bba35
pushed
by
YushaArif99
Knowledge and Functions/Compositional
as examples of tables that stay under {user}/{assistant}, but both
tables now live in _HIVE_SCOPED_TABLES and resolve to the Hive root.
Pin the assertions to a synthetic TestLocal table instead, matching
the existing convention in this file, so the contract stays expressible
even as the Hive-scoped set grows.
Tests
#5227:
Commit 4d16c9f
pushed
by
YushaArif99
authoring_assistant_id on every row inserted through add_rows
(preserving any caller-supplied value) and strip the column from update
payloads so the stamp is immutable after creation. update_rows uses a
match-and-update cycle; dropping the column from the entries dict keeps
the original author on the row.
Document the first-reader-writes contract on search(): the first call
against a freshly shared reference column synch...
Tests
#5224:
Commit 4472713
pushed
by
YushaArif99