• Joined on 2026-02-16
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-13 04:41:20 +00:00
c7abc808ea Fix naming violations, use of magic numbers in web client get
ef4f47d415 Update all .cpp files to use .cc extension (google style)
035b30abba updates
Compare 3 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-12 12:21:22 +00:00
867495bdb2 updates
50f3604dda add agent
Compare 2 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-12 04:11:21 +00:00
1cd30488eb Code format updates
823599a96f Fix style guide errors
56ec728ba7 Refactor Llama generator, helpers, and build assets
Compare 3 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-11 20:01:21 +00:00
299a767d39 remove unused code
f07d48f810 Add missing includes, update readme
bcfde856fe Split data models into dedicated headers
5946356083 Style audit: update code to strictly follow Google Style Guide
Compare 4 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-11 12:01:20 +00:00
ae67fa8566 refactor: consolidate and rename data generation and service files
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-11 03:51:22 +00:00
8c572a2d07 fix: stabilize Gemma 4 brewery generation
902bda6eb9 eat: make Gemma 4 the default model, enable thinking mode
Compare 2 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-10 11:31:22 +00:00
61d5077a95 update readme
7ca651a886 updates for gemma-4-E4B-it-Q6_K.gguf
Compare 2 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-10 03:21:21 +00:00
b53f9e5582 fix: llama backend lifetime, Wikipedia enrichment depth, and misc cleanup
824f5b2b4f Refactor BiergartenDataGenerator to use dependency injection container
5d93d76e99 Refactor data generator constructor and update web client handling; enhance README with detailed pipeline overview and class diagram
028786b8b5 updates
d7a31b5264 Create one method per file
Compare 5 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-09 03:11:20 +00:00
b31be494d7 Update documentation
7807f0bc2a Add beer styles json
772ef0cdfb Update CMakeLists.txt
a6e2ea21d0 fix include
a7cbf7507f fix location.h
Compare 5 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-08 19:11:20 +00:00
3c7e74e3c1 update readme
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-08 03:01:20 +00:00
b1ac3a6068 fix: remove outdated data source information from help message
06d329cac5 refactor
Compare 2 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-07 18:51:21 +00:00
54c403526b fix: improve error handling and logging in data generation pipeline
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-07 10:41:21 +00:00
b8e96a6d45 replace SQLite geo pipeline with curated in-memory locations
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-04 01:34:37 +00:00
60ee2ecf74 add prompts
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-03 17:34:36 +00:00
e4e16a5084 fix: address critical correctness, reliability, and design issues in pipeline
8d306bf691 Update documentation for llama
Compare 2 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-03 09:24:37 +00:00
077f6ab4ae edit prompt
534403734a Refactor BiergartenDataGenerator and LlamaGenerator
3af053f0eb format codebase
ba165d8aa7 Separate llama generator class src file into method files
Compare 4 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-03 01:24:36 +00:00
eb9a2767b4 Refactor web client interface and related components
29ea47fdb6 update cli arg handling
52e2333304 Reorganize directory structure
a1f0ca5b20 Refactor DataDownloader and CURLWebClient: update constructor and modify FileExists method signature
2ea8aa52b4 update readme and add clangformat and clang tidy
Compare 6 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-02 09:14:36 +00:00
ac136f7179 Enhance brewery generation: add country name parameter and improve prompt handling
280c9c61bd Implement Llama-based brewery and user data generation; remove mock generator and related files
248a51b35f cleanup
35aa7bc0df Begin work on biergarten data generator pipeline
Compare 4 commits »
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-02 01:04:38 +00:00
23e2199b6b Begin work on biergarten data generator pipeline
AaronPo synced commits to pipeline at AaronPo/the-biergarten-app from mirror 2026-04-01 08:49:17 +00:00
f3553eefc9 load cities from external source, develop multithreaded parser