Files
GeneralJerel 2c92d90bed feat: add Generative UI section and AI Financial Coach demo
Adds a new "Generative UI and Agentic Frontends" section to the top-level
README, indexing 14 demos with local READMEs for each.

Adds a new full-stack demo: AI Financial Coach Agent
(generative_ui_agents/ai-financial-coach-agent/) — a multi-tool ADK coach
with a CopilotKit + AG-UI frontend.

- Top-level coach LlmAgent routes chat turns to the smallest matching tool:
  update_financial_data (append/merge semantics over income, dependants,
  expenses, debts) or one of four AgentTool wrappers (BudgetAnalysisAgent,
  SavingsStrategyAgent, DebtReductionAgent, FullAnalysisPipeline). Casual
  chat no longer fires the full pipeline on every turn.
- Frontend uses useCoAgent + useCopilotAction(available: "remote") for
  tool-call status pills. Profile / Report tabs (auto-flips on run
  completion). Custom Budget / Savings / Debt cards.
- Green/teal theme, dollar-coin SVG favicon, "AI Financial Coach" title.
2026-04-28 07:50:17 -07:00

22 lines
1.0 KiB
Plaintext

The MIT License
Copyright (c) Atai Barkai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.