-Puter
f35b381477
style(backend): format signal persistence
2026-07-23 17:19:38 +05:30
-Puter
4002a12d69
fix(agents): avoid advertising unavailable signal tools
2026-07-23 17:19:01 +05:30
-Puter
d3381f978f
feat(agents): add signal tools to zopu agent
2026-07-23 17:17:19 +05:30
-Puter
6d86c8e538
feat(schema): add signals and signal sources tables
2026-07-23 17:09:01 +05:30
sai karthik
3836d70704
feat(web): add mobile chat component system
2026-07-23 17:07:17 +05:30
-Puter
5b0bf35175
feat(chat): add connecting status during organization bootstrap
2026-07-23 16:54:36 +05:30
-Puter
5d5139dc95
feat(chat): scope agent to current organization
2026-07-23 16:31:52 +05:30
-Puter
535e9dde62
refactor(backend): rename projectSignals to projectEvents
2026-07-23 16:04:00 +05:30
-Puter
c6f3cd330a
feat(authz): add organization member authorization check
2026-07-23 15:42:51 +05:30
-Puter
ca967fcc1c
feat(primitives): add signal module
2026-07-23 15:15:00 +05:30
-Puter
e9260cbd17
refactor(deps): migrate dependencies to catalog protocol
2026-07-23 15:03:44 +05:30
-Puter
52510d1107
chore: establish signals feature baseline
2026-07-23 14:29:57 +05:30
-Puter
aa1c89a310
Align agents Hono runtime version
2026-07-23 01:30:11 +05:30
-Puter
f73e4407c0
Restore local agent work after sai merge
2026-07-23 01:27:59 +05:30
-Puter
608f468219
Merge sai changes with integration fixes
2026-07-23 01:27:20 +05:30
-Puter
a405fcf785
Fix sai changes integration blockers
2026-07-23 01:27:03 +05:30
sai karthik
b0aef54249
Apply the bracketed Convex API module references required by the kebab-case module rename
2026-07-23 00:50:08 +05:30
-Puter
6494a61ed8
remoge claude ew
2026-07-23 00:19:53 +05:30
sai karthik
74a209a807
intial files
2026-07-23 00:19:53 +05:30
Miniputer
677a355397
feat(chat): stream paseo tool calls
2026-07-21 17:06:12 +05:30
Miniputer
59777e60b8
feat(agents): add local paseo cli access
2026-07-21 15:42:21 +05:30
-Puter
5347db578d
Polish chat UI and wire flue agent env
...
- Add chat components (header, composer, conversation, message, thinking response, identity)
- Add chat hooks (use-chat-agent, use-chat-composer)
- Add chat lib (constants, transforms, types)
- Wire agent model config through env (provider, name, api, base url, key, context window, max tokens)
- Refresh web styling and routes
2026-07-19 19:33:41 +05:30
-Puter
a9a8354346
Wire Flue agents to Convex persistence and agent env
...
- Add db.ts: a typed ConvexHttpClient-backed PersistenceAdapter implementing
the full Flue store surface (submissions, streams, runs, attachments).
- Add app.ts: Hono server mounting Flue routing and registering the model
provider from @code/env/agent.
- Update zopu agent to read provider config via env() and switch
dev/build scripts to load ../../.env.
2026-07-19 17:29:37 +05:30
-Puter
12537e1576
Add Flue persistence backend on Convex
...
- Define the schema v4 Flue tables (submissions, attempt markers,
conversation streams/batches, event streams/entries, runs, attachments,
meta) in schema.ts with the indexes the adapter relies on.
- Implement fluePersistence.ts: token-gated queries/mutations covering
submission lifecycle, leasing, settlement, conversation/event streams,
runs, and attachments.
2026-07-19 17:29:30 +05:30
-Puter
e91ca4e6f0
Declare typed Convex env and route auth through @code/env/convex
...
- Register SITE_URL, NATIVE_APP_URL, CONVEX_SITE_URL, FLUE_DB_TOKEN in
convex.config.ts so the generated server.js exposes a typed env object.
- Rewrite auth.ts to consume @code/env/convex and tighten the
getCurrentUser handler.
- Refresh the backend README to describe the control-plane role and
generated-file policy.
2026-07-19 17:29:21 +05:30
-Puter
6de7c3065e
Consolidate env at repo root
...
- Move all application env vars to repository-root .env (with .env.example
as the committed template) and drop the per-app .env.example files.
- Add @code/env subpaths (agent, convex) and consume validated exports
everywhere instead of reading process.env directly.
- Wire every dev/build/start script to load ../../.env via bun --env-file
and point vite.config.ts envDir at the repo root.
2026-07-19 17:29:11 +05:30
-Puter
ec84c52155
Add AgentOS daemon control plane and maintenance tooling
2026-07-19 06:29:51 +05:30
-Puter
dd1071cc10
Add agents package with Flue
2026-07-19 03:24:40 +05:30
-Puter
8033a8edb0
initial commit
2026-07-19 02:46:47 +05:30