baeGil/calculus-agent
fix README
fix README
add: metrics and performance
docs: add demo links table to README
fix: move favicon to /assets/ folder for correct serving and update index.html
style: update favicon to Pochi logo
fix: move stable assets to /assets/ prefix to ensures they are served by FastAPI in production
fix: set hnam.jpeg as default avatar for Guests
fix: set default avatar to null for Guest and fix duplicate declaration
fix: use stable public paths for Pochi and Hnam images to avoid hashing and cache issues on Koyeb
fix: resolve broken image assets on production by using asset imports
fix: use pochi.jpeg for favicon and default avatar
fix: import all public assets in React components for production compatibility
fix: resolve broken images on deployment by importing assets from src/assets
remove railway config
railway deploy configuration
style: update project emoji to galaxy
fix: resolve first message disappear bug and improve session state handling
Refine sidebar empty state transition
Fix sidebar empty state visibility
Ensure DB directory exists at runtime
Move SQLite DB to /app/data to fix permissions
Fix permissions for SQLite data directory
Fix react-joyride peer dependecy for React 19
Track JPEGs with Git LFS
Merge branch 'main' of https://huggingface.co/spaces/baeGil/calculus-agent (resolved README conflict)
initial commit
docs: add License section to README
docs: add MIT License
change hardcoded url
docs: comprehensive system documentation
feat(frontend): interactive chat UI with math rendering
feat(backend): core multi-agent orchestration and API
chore: setup project infrastructure and configuration
cursor: empty commit to allow worktree creation
