CoolFace
Apppublic

JamesUMD23/agent-business

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
50 commits on main
b6588784mo ago

Research→Etsy automation loop with human approval gate

JamesUMD23, Claude Opus 4.7 (1M context)
adf78d54mo ago

Etsy Phase 1 — Printify product creation (env-gated)

JamesUMD23, Claude Opus 4.7 (1M context)
af583655mo ago

In-app spec viewer + editor on /history

JamesUMD23, Claude Opus 4.7 (1M context)
8e2e0845mo ago

Researcher always saves a downloadable .md (research summary OR build spec)

JamesUMD23, Claude Opus 4.7 (1M context)
2d0202e5mo ago

Researcher: default to Claude Sonnet 4.6, make web_search mandatory

JamesUMD23, Claude Opus 4.7 (1M context)
9db17675mo ago

.env.example restored + FLUX cold-start retry

JamesUMD23, Claude Opus 4.7 (1M context)
db677495mo ago

Revenue-opportunity tag: high-priority signal across Researcher/Tasker/Orchestrator

JamesUMD23, Claude Opus 4.7 (1M context)
371fe0e5mo ago

Researcher: agent-first lens, callable by other agents, periodic scanning

JamesUMD23, Claude Opus 4.7 (1M context)
4537e455mo ago

Researcher now writes downloadable INSTRUCTIONS.md specs

JamesUMD23, Claude Opus 4.7 (1M context)
aee06b65mo ago

Add Etsy agent — Phase 0: design generation + compliance gate

JamesUMD23, Claude Opus 4.7 (1M context)
57a3d7f5mo ago

Obsidian-style graph view in /brain + mission-control dashboard redesign

JamesUMD23, Claude Opus 4.7 (1M context)
20839495mo ago

Add History page + Researcher run persistence; flag Builder isn't live yet

JamesUMD23, Claude Opus 4.7 (1M context)
60f95e55mo ago

Wire Orchestrator into the brain + broaden Researcher to cover business plans

JamesUMD23, Claude Opus 4.7 (1M context)
3a7379f5mo ago

Add Researcher agent — AI/agent topic research, gameplans for Tasker

JamesUMD23, Claude Opus 4.7 (1M context)
ae80a875mo ago

UI: Obsidian-style neural floor + Apple-panel card polish

JamesUMD23, Claude Opus 4.7 (1M context)
2277e065mo ago

Dashboard: surface Builder as a 4th neural-floor node (planned status)

JamesUMD23, Claude Opus 4.7 (1M context)
e632a0a5mo ago

Add Brain — shared Obsidian vault as agent message bus + UI project picker

JamesUMD23, Claude Opus 4.7 (1M context)
9f1b6255mo ago

Add Tasker — supervisor agent that watches Scout, recovers interrupted runs, fires the daily schedule

JamesUMD23, Claude Opus 4.7 (1M context)
7d6e3985mo ago

Email: swap SMTP for Resend HTTPS API (verified live send). Scout page: drop agent_rooms, combine neural floor + conversation in one panel, listings now interactive sortable tables with popover details

JamesUMD23
17271f25mo ago

Login form: use rx.form on_submit instead of broken on_key_down lambda; submit_login accepts form_data

JamesUMD23
5e8532f5mo ago

Frontend password gate: /login page + AuthState; protected pages redirect to /login. Set VIEWER_PASSWORD secret on Space.

JamesUMD23
c8531d25mo ago

Neural floor: shared room with orchestrator + scout glowing as nodes, animated synaptic paths between them. Replaces dashboard agent chips

JamesUMD23
e61a26d5mo ago

Fix NameError: import pricing module in state.py for refresh_dashboard

JamesUMD23
0c796815mo ago

Left sidebar nav (Dashboard / Scout / future agents) + moonlight blue (iris) accent throughout

JamesUMD23
67a659c5mo ago

Apple-style dashboard polish: refined hero numbers, glassmorphic cards, agent chips with subtle breathe/pulse, cost breakdown bars, recent activity list. Move 'top picks' off dashboard (Scout has it via historical_panel)

JamesUMD23
24156a05mo ago

Fix Reflex compile error: flatten DashboardStats to primitive State fields; lazy-init agents in event handlers

JamesUMD23
30c73c95mo ago

Two-page UI: Dashboard (KPIs + cost + animated agent floor) and Scout tab. Orchestrator always 'ready' with sleep-bob animation when idle

JamesUMD23
096067c5mo ago

Run log persistence: every run's events archived to run_logs table; clickable run cards replay archived logs in the feed; full timestamps + duration in run history

JamesUMD23
2c048955mo ago

Reject listings with score < 60 — both in prompt and save handler. Tunable via MIN_SCORE_TO_SAVE env var

JamesUMD23
ee093335mo ago

Bucket persistence via snapshot pattern: SQLite writes to local FS, sync to /data after each run, restore from /data on startup

JamesUMD23
c6a8af15mo ago

SQLite persistence: runs+listings tables, all-time top panel, check_url_history dedup tool for daily runs

JamesUMD23
765aa455mo ago

Tool handlers: defensive on missing args; run_local_tool catches all exceptions so the agent self-corrects instead of crashing

JamesUMD23
a53581b5mo ago

BizHub-style scoring with SBA 7(a) loan model + AI strengths/weaknesses (1-10) shown in UI cards and email digest

JamesUMD23
4c143845mo ago

Tavily advanced search returns 4KB cleaned page content per result; Scout extracts from that instead of fetching (fixes HF data-center IP block)

JamesUMD23
f7f8aea5mo ago

Probe: also report TAVILY_API_KEY presence

JamesUMD23
aeb917d5mo ago

Web search: drop default domain restriction (LLM uses site: operators); log result counts; verbose scout logs

JamesUMD23
aa6d8d85mo ago

UI: show actual model IDs from env (Kimi K2 etc.) instead of hardcoded Haiku

JamesUMD23
9884c625mo ago

Pluggable LLM backend: Scout now defaults to Kimi K2 via HF (~70% cheaper than Haiku); orchestrator stays on Opus

JamesUMD23
9a7ed095mo ago

Fix more Var/str concat in agent room: precompute full CSS strings inside rx.match

JamesUMD23
be911675mo ago

Fix Var/str concat: build class names inside rx.match (Reflex Vars don't support 'str + Var')

JamesUMD23
787e6775mo ago

UI: agent rooms with walking-character animation; auto-wrap grid for N agents

JamesUMD23
9bbb51c5mo ago

Redesign UI: agent-community view (avatars + chat-bubble feed) + clear default industry filter

JamesUMD23
56d75295mo ago

Strip whitespace from API/email env vars (HF Secrets sometimes ship with trailing newline)

JamesUMD23
628b3c35mo ago

Add connectivity probe + full traceback logging when agents error

JamesUMD23
36740da5mo ago

Remove accidentally-added Pathward submodule (was a local reference, not part of this project)

JamesUMD23
5ef74965mo ago

Adopt Pathward's working pattern: reflex --single-port (no middleware/proxy hacks needed)

JamesUMD23
92479a15mo ago

Single-process serving: Reflex backend on 7860 with static-fallback middleware

JamesUMD23
33daa845mo ago

Switch from Next.js to Vite (Reflex 0.9 default); use vite preview proxy for backend forwarding

JamesUMD23
c78491f5mo ago

patch_next_config: handle next.config.mjs (Reflex 0.9 / Next.js 16 default)

JamesUMD23
8d239655mo ago

Merge agent-business auto-init

JamesUMD23