Commit Graph
1868 Commits
Author SHA1 Message Date
c71dac4ee9 fix(i18n,inference): repath stale "Settings → AI" nav copy (#4694)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-08 19:15:27 -07:00
531119d825 fix(memory): classify cloud-embedding "No backend session" as AuthMissing (#4699)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-08 19:15:12 -07:00
9175603a9c feat(orchestration): surface tool_result outcome + per-session message_count (#4712)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-08 19:14:38 -07:00
653e6e1436 fix(memory_store): self-heal drifted content-sha tokens + prune vanished folder items (#4700)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-07-08 18:53:01 -07:00
CodeGhost21andGitHub bcdad327da fix(mcp): add master_agent + master_reporter to RESOURCE_CATALOG (#4717) 2026-07-08 16:55:46 -07:00
CodeGhost21andGitHub c54d7b4116 fix(memory): stop Vault checklist reporting healthy while Sync shows Degraded (#4691) (#4703) 2026-07-08 16:55:08 -07:00
Mega MindandGitHub 9de1debaec Fix chat-v1 context window to 1M (DeepSeek v4 Flash backing) (#4711) 2026-07-08 16:54:26 -07:00
sanil-23andGitHub c25ab861d1 feat(orchestration): receive session_info harness events into the v2 mirror (B′2) (#4710) 2026-07-08 16:30:50 -07:00
sanil-23andGitHub f50fac9bb6 feat(orchestration): auto-accept contact requests from linked agents (O2) (#4709) 2026-07-08 16:30:29 -07:00
Cyrus GrayandGitHub 2e5eb4f8c5 fix(flows): normalize bare-scope jq in condition expressions + prompt guard (B17) (#4707) 2026-07-08 19:22:33 +05:30
Cyrus GrayandGitHub 9830c90d5a fix(flows): real-output probe to derive the array path when the tool schema is absent (B16) (#4702) 2026-07-08 18:21:15 +05:30
Cyrus GrayandGitHub 77786e50c5 fix(flows): stop condition nodes starving downstream =item + dry-run routing-divergence warning (B15) (#4698) 2026-07-08 15:37:54 +05:30
Steven EnamakelandGitHub 078844323d feat(orchestration): promote TinyPlace Orchestration to its own tab + teach the orchestrator to manage a fleet (#4693) 2026-07-08 00:04:51 -07:00
oxoxDevandGitHub 2dccaf663f feat(orchestration): receive typed v2 harness-session stream (#4652) 2026-07-07 23:39:27 -07:00
Mega MindandGitHub 63163ea1be spawn_parallel_agents: opt out of the 120s per-tool timeout so the fan-out isn't truncated (#4686) 2026-07-07 23:23:02 -07:00
Mega MindandGitHub bcb9bc4701 orchestrator: batch independent memory lookups into one parallel fan-out (#4683) 2026-07-07 23:22:50 -07:00
2094a3f804 fix(orchestrator): route review-before-finalize tasks to synchronous delegation (#4682)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-07-07 23:22:37 -07:00
89d601c0eb fix(tracing): link spawned sub-agent Langfuse traces to their parent turn (#4678)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-07-08 04:20:13 +05:30
c38d4c9bcb fix(observability): chunk Langfuse ingestion batches to <=500 events (#4676)
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-07-08 03:39:38 +05:30
Cyrus GrayandGitHub 916836567c revert(flows): restore require_approval default to true (merge LAST, after approval surfacing) (#4672) 2026-07-08 02:52:02 +05:30
Cyrus GrayandGitHub 771eeff5e4 feat(flows): backend — surface flow-run approvals + per-flow trust (correlation, notify, socket) (#4673) 2026-07-08 02:51:13 +05:30
YellowSnnowmannandGitHub 7f1e121932 fix(inference): forward raw BYOK model ids to provider construction instead of collapsing to a managed tier (#4629) 2026-07-07 13:59:55 -07:00
Mega MindandGitHub fac8b5f1ae Fail fast in retrieve_memory sub-agent on empty/degraded memory (#4658) 2026-07-07 13:58:42 -07:00
CodeGhost21andGitHub 52598b47e7 fix(flows): force HITL on nested agent-node harness runs (#4595) (#4636) 2026-07-07 13:57:27 -07:00
YellowSnnowmannandGitHub 796468c034 feat: dual mascots in meetings — per-mascot voice + speaker alternation (#4277) (#4585) 2026-07-07 13:56:57 -07:00
Cyrus GrayandGitHub 7f74db4f21 fix(flows): tighten builder input grounding — arg-name validation + input_context dry-run + boolean typing (B13, B7, B8) (#4665) 2026-07-08 00:36:47 +05:30
sanil-23andGitHub e042947582 feat(orchestration): Master chat — human↔OpenHuman control channel + working receive loop (#4660) 2026-07-07 10:48:26 -07:00
Cyrus GrayandGitHub 25ce5b7239 fix(flows): default require_approval to false in the builder (B3) (#4651) 2026-07-07 22:38:32 +05:30
Cyrus GrayandGitHub 7daa877eea fix(flows): update stale on_error:route dry-run test for tinyflows 0.5.1 validation (B14) (#4664) 2026-07-07 22:37:23 +05:30
Cyrus GrayandGitHub 67a65589a1 fix(flows): an errored Composio tool_call fails the run instead of reporting Completed (B6) (#4659) 2026-07-07 21:58:14 +05:30
Cyrus GrayandGitHub 0663750f04 fix(flows): account for Composio's data-wrapper in tool output paths (B1) (#4645) 2026-07-07 19:42:55 +05:30
Cyrus GrayandGitHub b2f6206290 feat(flows): builder clarifies ambiguous inputs instead of guessing (orchestrator posture) (#4630) 2026-07-07 19:40:43 +05:30
Steven EnamakelandGitHub 2ce5e6027f refactor(inference): Phase 5 — decouple per-turn state from ProviderModel (usage middleware, G2, build_turn_models) (#4625) 2026-07-06 23:28:40 -07:00
Steven EnamakelandGitHub e0a5eb782e fix(orchestration): recognize linked agents regardless of agent-id encoding (#4627) 2026-07-06 20:49:03 -07:00
Steven EnamakelandGitHub 4b0356daad fix(orchestration): dead-letter undecryptable DMs so they can't poison the drain loop (#4623) 2026-07-06 19:27:14 -07:00
Steven EnamakelandGitHub 16f7bee42f feat(conversations): per-turn process history (timeline refactor Phases 1–2, 4–5) (#4612) 2026-07-06 18:24:12 -07:00
Steven EnamakelandGitHub 753349700b feat(inference): migrate inference callers onto tinyagents ChatModel (Phase 1 + 3a + 5 groundwork) (#4614) 2026-07-06 18:24:00 -07:00
CodeGhost21andGitHub 8509c8c6ca fix(flows): keep seeded build turn propose-only (#4596) (#4607) 2026-07-06 15:09:43 -07:00
CodeGhost21andGitHub 60560a3671 fix(flows): gate live-run tool on flows_build builder path (#4593) (#4606) 2026-07-06 15:09:28 -07:00
Cyrus GrayandGitHub be36057767 feat(flows): ground the builder in the LIVE Composio catalog + enforce tool contracts (#4605) 2026-07-06 15:09:10 -07:00
Steven EnamakelandGitHub 2d310b838e feat(tinyplace): default relay endpoint to follow OPENHUMAN_APP_ENV (#4611) 2026-07-06 14:50:56 -07:00
Steven EnamakelandGitHub 9b84f96845 fix(agent): default tool-calling to JSON, make P-Format opt-in (#4603) 2026-07-06 13:59:30 -07:00
Steven EnamakelandGitHub dce4ea5e14 Fix/conversation timeline anchoring and dedup (#4604) 2026-07-06 13:59:22 -07:00
Cyrus GrayandGitHub 99151e9131 fix(flows): agent input via input_context, not jq-in-prompt (#4590) 2026-07-06 13:22:44 -07:00
ShabnamandGitHub 379a976d71 fix(announcements): degrade 404 on /announcements/latest to null instead of erroring (#4417) 2026-07-06 13:12:34 -07:00
Cyrus GrayandGitHub d2d69a2d57 feat(flows): search_tool_catalog surfaces real tool output field names (#4591) 2026-07-06 13:08:04 -07:00
sanil-23andGitHub b47faa4d4e fix(orchestration): reliable agent-to-agent DM replies (surface, correct content, resilience) — Closes #4583 (#4599) 2026-07-06 13:01:23 -07:00
oxoxDevandGitHub b21712ee30 [3/5] feat(orchestration): attention queue — aggregate approvals + blocked runs + unread into a 'Needs you' zone (#4592) 2026-07-06 12:46:30 -07:00
CodeGhost21andGitHub f492493601 fix(skills): thread local-http install flag as param, not process env (#4567) (#4584) 2026-07-06 11:44:15 -07:00
oxoxDevandGitHub 05a3c97b97 [1/5] feat(intelligence): surface own tiny.place identity + relay in Orchestration tab (#4588) 2026-07-06 11:24:13 -07:00