Commit Graph
333 Commits
Author SHA1 Message Date
Steven EnamakelandGitHub 407fd8edd7 chore: update vendored submodules (#4815) 2026-07-13 17:27:56 +04:00
Mega MindandGitHub 73edfc1783 fix(agent): route parallel/council fan-out to one concurrent spawn_parallel_agents call (#4754) (#4757) 2026-07-13 02:54:58 -07:00
Mega MindandGitHub bfa11313d2 fix(agent): route "list my threads" to direct thread_list, not the memory sub-agent (#4744) (#4752) 2026-07-13 02:54:44 -07:00
Steven EnamakelandGitHub 96c3703145 refactor(memory): complete TinyCortex engine migration (#4794) 2026-07-13 02:38:03 -07:00
Steven EnamakelandGitHub c58fe10b52 feat(inference): Phase 3 P3-B — crate-native turn path + delete compatible*.rs [WIP] (#4784) 2026-07-12 21:25:07 -07:00
Steven EnamakelandGitHub a67d6a5d94 feat(core): add pluggable core runtime and fleet host (#4791) 2026-07-11 22:30:37 -07:00
Steven EnamakelandGitHub 9a7d91f833 feat(tinycortex): run the memory queue on the crate engine (W4) (#4781) 2026-07-10 20:27:41 -07:00
Steven EnamakelGitHubgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
d5ce6aa978 feat(inference): TinyAgents model-interface inversion — Motion A complete + managed-backend crate cutover (Motion B) (#4769)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-10 19:03:57 -07:00
Steven EnamakelandGitHub 04ffc029a2 perf(build): faster Rust test builds, opt-in fast linker, parallel frontend typecheck (#4721) 2026-07-10 14:34:01 -07:00
f5b77edd28 feat(orchestration): local-exec device tool + trust gate + async completion forward (stacked on #4738) (#4753)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 17:40:15 -07:00
YellowSnnowmannandGitHub e5c6507cc5 refactor(orchestration): hosted-only brain — retire the client local orchestration engine (Phase 4) (#4738) 2026-07-09 08:25:31 -07:00
Steven EnamakelandGitHub 7659c75dc5 feat(orchestration): thin hosted-brain client — pushers, effect/tool executors, wire allowlist (#4725) 2026-07-09 00:28:04 -07:00
Steven EnamakelGitHubgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
0881023866 feat(orchestration): chat rework, Agent graph, global Kanban, presence (#4722)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-08 22:14:41 -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
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 bcc9537320 feat(flows): prompt bar → instant canvas with backend-driven copilot builder (#4578) 2026-07-06 00:37:01 -07:00
Steven EnamakelandGitHub d8644f105d feat(flows): Flow Scout — read-only workflow discovery agent + Suggested for you (#4573) 2026-07-05 15:45:38 -07:00
Steven EnamakelandGitHub 44614a7354 feat(flows): tinyflows Phases 3–8 — editable canvas, authoring/templates, workflow-builder agent, engine 0.5.0, Skills rename (#4570) 2026-07-05 11:56:33 -07:00
Steven EnamakelandGitHub 4d451ed27a channels: migrate providers to tinychannels + generic ChannelHost boundary (whatsapp_web, telegram) (#4569) 2026-07-05 09:42:34 -07:00
Steven EnamakelandGitHub 16f737930a [codex] Use tinychannels provider implementations (#4557) 2026-07-05 02:33:22 -07:00
Steven EnamakelandGitHub 5204f3875d feat(flows): tinyflows integration Phase 2 — credentials & connections (Composio accounts, encrypted http_cred, flows_list_connections, tier gating) (#4561) 2026-07-05 02:32:49 -07:00
Steven EnamakelandGitHub a8115e8711 [codex] feat(c4): add journal progress projection shadow path (#4535) 2026-07-05 02:27:05 -07:00
Steven EnamakelandGitHub be13c5870b feat(flows): tinyflows integration Phase 0–1 — tinyagents v1.7.1 + backend (observer, cancel/deny, validate, E2E) (#4552) 2026-07-05 00:49:24 -07:00
Steven EnamakelandGitHub 022653705d feat(subconscious): factory — one reflection engine, many worlds (memory + tinyplace) (#4550) 2026-07-05 00:40:48 -07:00
Steven EnamakelandGitHub 1d7f0cc62d [codex] Port TokenJuice engine to vendored TinyJuice (#4523) 2026-07-04 21:02:48 -07:00
Steven EnamakelandGitHub 87f223b3b4 fix(chat): render agent event tool results reliably (#4524) 2026-07-04 18:02:51 -07:00
Steven EnamakelandGitHub d0f0b6efeb feat(observability): full-content Langfuse tracing — generations, tools, subagents, provider-qualified models, real costs (#4506) 2026-07-04 11:53:27 -07:00
Steven EnamakelandGitHub 760e5cbbda test: Phase 2 — drop duplicate/vacuous tests, consolidate connectors, de-overfit (#4494) 2026-07-04 04:01:57 -07:00
Steven EnamakelandGitHub 27b00b539e fix: restore test parity — no-progress steering regression, stale golden values, midnight-flaky meetings tests (#4485) 2026-07-03 22:01:42 -07:00
Steven EnamakelandGitHub e6bb4bf748 fix(agent-harness): route the no-progress nudge through InjectMessage so interactive turns don't crash (#4089) (#4480) 2026-07-03 17:04:25 -07:00
Mega MindandGitHub b5837ed0d1 feat(agent): classify tool-call failures + surface on web event — rework of #4413 (backend) (#4445) 2026-07-03 11:20:28 -07:00
1886711e65 fix(channels): pair Telegram self-bot-token on /start and keep channel tool-calling alive (#4414)
Co-authored-by: M3gA-Mind <megamind@mahadao.com>
2026-07-03 21:42:05 +05:30
Steven EnamakelandGitHub c43f79641d feat: finish TinyAgents harness migration (#4249) (#4399) 2026-07-03 01:15:09 -07:00
oxoxDevandGitHub 4c98a31000 fix(agent-harness): repair #4249 agent_graph regressions caught by raw-coverage fixtures (#4372) 2026-07-01 08:57:11 -07:00
Steven EnamakelandGitHub 7a67f6ca35 agent_graph: LangGraph-style state-machine harness — checkpointing, HITL, observability (#4249) (#4261) 2026-07-01 00:27:39 -07:00
YOMXXXandGitHub b9e25dd425 fix(meet): honor auto summarize policy (#4353) 2026-06-30 22:09:46 +05:30
4035345936 fix(observability): demote skill install 4xx fetches (#4238)
Co-authored-by: M3gA-Mind <megamind@mahadao.com>
2026-06-30 21:34:28 +05:30
YOMXXXandGitHub b286b2e226 fix(composio): stop direct-mode invalid key polling (#4318) 2026-06-30 20:20:24 +05:30
f84eec5335 [codex] Record channel response model metadata (#3682)
Co-authored-by: Ron <ron@SpinMaster.local>
Co-authored-by: M3gA-Mind <megamind@mahadao.com>
2026-06-30 19:07:50 +05:30
Cyrus GrayandGitHub 5853aaa36c feat(meet): redesign Meetings — platform selector + history master-detail (#4308) 2026-06-30 18:53:25 +05:30
Steven Enamakel's DroidandGitHub 90f77a64cf feat(browser): add Playwright backend (#4140) 2026-06-30 17:17:19 +05:30
Steven EnamakelandGitHub 89be906d20 fix(agent): cap researcher turn output (#4314) 2026-06-29 19:42:21 -07:00
Steven EnamakelandGitHub 6395f642e1 feat(memory): track summary-only wiki git history (#4168) 2026-06-28 21:24:07 -07:00
01c35414b5 MCP catalog — namespace-correct curation, data-driven auth, Official badge, Smithery opt-in (#4120)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-28 13:19:04 -07:00
Steven EnamakelandGitHub 69c920982b fix(context): super-context bundle injection + dedup robustness (#4173) 2026-06-26 10:16:57 -07:00
Steven Enamakel's DroidandGitHub ebba7b699c fix(agent): tune tokenjuice compression per agent (#4139) 2026-06-26 00:19:45 -07:00
Steven EnamakelandGitHub 2652db773e fix(agent): keep context prep out of orchestrator scope (#4141) 2026-06-25 21:43:08 -07:00
Steven Enamakel's DroidandGitHub dadd123110 feat(agent): expose async subagent control refs (#4138) 2026-06-25 21:37:59 -07:00
Steven EnamakelandGitHub dbd1c0cd6f feat(agent): track session token costs (#4136) 2026-06-25 15:04:39 -07:00
Steven EnamakelandGitHub 9dedd2b19b feat(agent): persist session transcript provenance (#4134) 2026-06-25 14:46:02 -07:00