Skip to content

pullrequests Search Results · repo:pgalko/BambooAI language:Python

Filter by

31 results
 (275 ms)

31 results

inpgalko/BambooAI (press backspace or delete to remove)

This PR also contains a change to the default exposed port from 5000 to 5001 in docker compose to improve local development on MacOS because the Macos Control Center already uses port 5000.
  • AartGoossens
  • Opened 
    yesterday
  • #47

Summary - add USER_ID placeholder and helper path builder in web_app - use user-specific folders in Flask routes - propagate user_id into BambooAI and update file paths - adjust log manager and ...
codex
  • pgalko
  • Opened 
    2 days ago
  • #46

https://github.com/user-attachments/assets/f884dcb6-03cb-4f30-a211-841a35687ed7
  • AartGoossens
  • Opened 
    5 days ago
  • #45

- Create MessageManager to manage message related resources - Remove chain_id from display_system_message function call
  • pgalko
  • Opened 
    14 days ago
  • #44

Create MessageManager class to manage messages related resources. Storage initiated inside MessageManager class not in the main class because storage only need to interact with messages. Fixed bug by ...
  • rnYulianto
  • Opened 
    15 days ago
  • #43

- model properties update - JS refactor (pass 1) - Added feature to generate datasets and files - BambooAI can now captures any datasets that resulted from the execution of the code, and consolidates ...
  • pgalko
  • Opened 
    16 days ago
  • #42

Create MessageManager class to manage message related resources. This class connect directly to storage so the main class (BambooAI) doesn t need to have reference to storage class anymore.
  • rnYulianto
  • Opened 
    16 days ago
  • #41

Create MessageManager class to manage message related resources. This class connect directly to storage so the main class (BambooAI) doesn t need to have reference to storage class anymore.
  • rnYulianto
  • Opened 
    16 days ago
  • #40

This PR adds an integration with SweatStack, allowing easy data loading without having to manuall create or download your activity data from somewhere else. Demo: https://github.com/user-attachments/assets/71f499b7-3a9c-4b6b-9ab8-a212bbd0b815 ...
  • AartGoossens
  • 3
  • Opened 
    17 days ago
  • #38