Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,4 @@ logs/usage/
*.ignore.*
components-check-list.md
jprq
jprq_/
smarty_ui/
jprq_/
2 changes: 1 addition & 1 deletion functions_to_format/functions/balance.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def build_balance_ui(
{
"balance": format_balance(card.balance // 100),
"card_name": card.card_name,
"card_thumbnail_url": card.image_url,
"card_thumbnail_url": card,
"card_last_digits": card.masked_card_pan[-4:]
if len(card.masked_card_pan) >= 4
else card.masked_card_pan,
Expand Down
1 change: 1 addition & 0 deletions smarty_ui
Submodule smarty_ui added at f9635b
2 changes: 1 addition & 1 deletion src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ async def format_data_v2(input_data: InputV2):

# In-memory state for the running agent
_agent_state: Dict[str, Any] = {
"messages": [], # list of {"step": int, "text": str}
"messages": [], # list of {"step": int, "text": str}
"is_running": False,
"is_complete": False,
"result": None,
Expand Down
Binary file added static/home/electricity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added static/home/gas-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added static/home/recycling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions static/home/recycling.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
38 changes: 19 additions & 19 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading