furyhawk
aac7383d2d
Add Pydantic-based dice game implementation
...
- Introduced a new notebook `pydantic_embedding.py` for future enhancements.
- Created a `pydantic_test.py` notebook that implements a dice game using the Pydantic AI Agent.
- The game rolls a die and checks if the result matches the player's guess, incorporating the player's name in the response.
2026-05-04 19:34:26 +08:00
furyhawk
8420594dcf
Remove lazy loading from weather components to fix hooks error
2026-04-23 22:35:15 +08:00
furyhawk
a54e5bf0b6
Fix WeatherMap lazy loading conflict: Import directly instead of lazy-loading
2026-04-23 21:29:52 +08:00
furyhawk
30bcb50cba
Fix React hooks error: Remove React.memo and add lazyMount/unmountOnExit to tabs
2026-04-23 21:22:13 +08:00
furyhawk
d5c48cba3a
Fix TypeScript errors: Add React import and remove unused latestWindReading declaration
2026-04-23 21:12:55 +08:00
furyhawk
ed71ad3545
fix: resolve TypeScript errors in frontend components
2026-04-23 21:02:33 +08:00
furyhawk
6afd515b62
perf: optimize frontend with code splitting, memoization, and tree shaking
...
- Implemented lazy loading for weather hub tabs
- Added React.memo to weather components for performance
- Optimized data processing with useMemo in dashboard
- Enabled tree-shaking in Vite build
- Improved bundle size by removing unused imports
2026-04-23 20:50:23 +08:00
furyhawk
3fa5720b5a
perf: optimize backend API services and Docker build caching
...
- Add database connection pooling (pool_size=20, max_overflow=10, pool_pre_ping)
- Add LRU response caching for weather endpoints with configurable TTLs
- Reuse httpx.AsyncClient across weather API requests
- Add Docker build cache mounts for uv and npm package managers
- Optimize query ordering in users and items endpoints
- Apply ruff formatting fixes across backend
2026-04-23 19:45:48 +08:00
furyhawk
7b4dc70beb
Revert "fix: implement caching and incremental fetching in fetchMetric for optimized data retrieval"
...
This reverts commit 5aa555e18f .
2026-04-22 23:30:35 +08:00
furyhawk and Copilot
5aa555e18f
fix: implement caching and incremental fetching in fetchMetric for optimized data retrieval
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-22 23:13:12 +08:00
furyhawk and Copilot
0196505179
fix: add limit parameter to fetchMetric API call to prevent large response sizes
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-22 23:04:15 +08:00
furyhawk and Copilot
4c40ea96e3
fix: adjust batch window size in fetchMetric for optimized data fetching based on range
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-22 22:44:50 +08:00
furyhawk and Copilot
f74ddef6ff
feat: add totalFetched property to FuryMetricSnapshot and update fetchMetric to include total items fetched
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-22 22:30:05 +08:00
furyhawk and Copilot
ce46a9a1bf
fix: filter readings in fetchMetric to ensure accurate snapshot for requested range
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-22 22:20:38 +08:00
furyhawk and Copilot
f29c5dd27e
fix: update x-axis calculation and aria-label for dynamic reading range in SensorTrendChart
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-22 21:11:10 +08:00
furyhawk and Copilot
8cc3fa10e6
feat: enhance SensorTrendChart to support dynamic duration for readings
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-22 21:08:54 +08:00
furyhawk and Copilot
a1abcf534c
fix: remove unused SENSOR_LIMIT constant from furyDashboardApi
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-22 20:57:47 +08:00
furyhawk and Copilot
2ecb5abe03
feat: implement batch fetching for metrics with date range support
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-22 20:54:17 +08:00
furyhawk
0e69d5c41d
fix: replace spacing with gap in HStack for improved layout consistency
2026-04-22 20:31:50 +08:00
furyhawk
6946d518c4
feat: add time range selection for dashboard metrics and update data fetching logic
2026-04-22 20:14:52 +08:00
furyhawk
b323080562
fix: replace useColorModeValue with static color values for metric boxes
2026-04-22 19:29:59 +08:00
furyhawk
1ba7582831
feat: enhance dashboard styling with color mode support for metric boxes
2026-04-22 19:25:32 +08:00
furyhawk and GitHub
28c0952cce
Merge pull request #179 from furyhawk/dependabot/docker_compose/traefik-v3.6
...
⬆ Bump traefik from 3.4 to v3.6
2026-04-22 13:03:25 +08:00
dependabot[bot] and GitHub
8d04d5c26d
⬆ Bump traefik from 3.4 to v3.6
...
Bumps traefik from 3.4 to v3.6.
---
updated-dependencies:
- dependency-name: traefik
dependency-version: v3.6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-17 10:08:03 +00:00
furyhawk
671a2c0834
fix: remove --replace option from podman compose commands for up, deploy-local, and restore
2026-04-14 13:39:52 +08:00
furyhawk
f355e961fa
feat: add --replace option to podman compose commands for local deployment and restore
2026-04-14 13:33:26 +08:00
furyhawk
aa73fb57ac
feat: refactor Makefile to use OS-specific commands for creating local directories
2026-04-14 12:07:01 +08:00
furyhawk
3707f37290
feat: enhance Makefile to ensure local directories are created for deployment and testing
2026-04-14 11:56:17 +08:00
furyhawk
7780ac4e9c
fix: set NODE_ENV to development during npm install in Dockerfile
2026-04-14 09:39:19 +08:00
furyhawk
87f4615b66
chore: remove .env file to prevent sensitive data exposure
2026-04-14 08:34:23 +08:00
furyhawk
3f6f5c280c
feat: add example environment configuration file and update .gitignore
2026-04-13 13:27:53 +08:00
furyhawk
efecb5bf5e
feat: update VITE_API_URL for local development and add deployment targets in Makefile
2026-04-13 13:10:01 +08:00
furyhawk
2ed4719d04
fix: update email configuration for mailcatcher service
2026-04-13 12:17:09 +08:00
furyhawk
b538ac83ec
feat: add healthcheck to backend service in docker-compose.override.yml
2026-04-12 23:15:11 +08:00
furyhawk
9bc593c9a7
feat: implement Fury Dashboard with sensor data visualization and API integration
2026-04-12 22:38:10 +08:00
furyhawk
e1c523aa99
fix: update funding information in FUNDING.yml
2026-04-11 22:19:58 +08:00
furyhawk
23ca461fd8
docs: add repository agent guide
v4.0
2026-04-11 22:10:58 +08:00
dependabot[bot] and furyhawk
208b9e57e0
⬆ Bump actions/setup-python from 5 to 6
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-11 22:10:58 +08:00
furyhawk
f8f8efe49b
fix: update VITE_API_URL and MAILCATCHER_HOST in configuration files
2026-04-11 21:10:26 +08:00
furyhawk
839aa20e49
Merge remote-tracking branch 'origin/ai' into https
2026-04-11 20:38:26 +08:00
furyhawk
ef1f542e93
docs: Update README and development documentation with quick start and build instructions
...
feat: Add Playwright service to docker-compose for end-to-end testing
refactor: Enhance makefile with new build targets and environment variable support
2026-04-11 20:15:02 +08:00
furyhawk
e88d24c52d
fix: update environment variables and logging configuration in service files
2026-04-11 10:58:41 +08:00
furyhawk
73eb938caa
feat: add persistence scripts and configurations for Llama.cpp server
2026-04-11 10:42:51 +08:00
furyhawk
9d090e937d
Add Docker Compose configuration for llama-cpp-server and new notebook for Gemma 4 vision model
...
- Updated .gitignore to include new model directories.
- Removed version specification from existing docker-compose.yml for llama-cpp-server.
- Created new docker-compose.yml for ai_stack/llamacpp.server with GPU support and environment configurations.
- Added Gemma4_(E2B)_Vision.ipynb notebook for data preparation, training, and inference of the Gemma 4 model.
2026-04-06 12:01:01 +08:00
furyhawk
e8981f256e
Add web search notebook for Python programming resources using DDGS
2026-04-06 10:56:50 +08:00
furyhawk
7becfa7262
feat: comment out speaches service in docker-compose.yml
2026-04-04 21:20:36 +08:00
furyhawk
9fa3b569f4
feat: add esphome/config/ to .gitignore to exclude ESPHome configuration files
2026-04-02 10:18:07 +08:00
furyhawk
5aec15f765
feat: add initial ESPHome configuration files including secrets, test, and Docker Compose setup
2026-04-02 10:16:53 +08:00
furyhawk
2ce1cd8ea4
feat: update RSS widget to use LocalLLaMA subreddit and clean up spacing
2026-03-26 17:32:54 +08:00
furyhawk
db48f4638a
feat: add initial configuration files including .env, docker-compose, and theme settings
2026-03-26 16:46:58 +08:00