23 Commits

Author SHA1 Message Date
ff22a17e34 Add file path information output to hello.py 2026-04-24 00:23:16 +08:00
50d12922d1 ⬆️ Update dependency configuration for py-common-lib to use a specific tag (v0.0.0) 2026-04-24 00:00:29 +08:00
173f2cef23 📁 Add new directory single-scripts 2026-04-23 23:52:31 +08:00
cd0ba9d6c6 ⬆️ Update pyproject.toml by removing uv tool configuration 2026-04-19 15:58:37 +08:00
a5c0c12122 📝 Update README with Python .venv auto-activation instructions for zsh 2026-04-19 15:34:07 +08:00
e1c1783e7c 🔄 Refactor streaming logic and update chat message content in AI test scripts 2026-04-19 14:17:32 +08:00
02230528a0 🆕 Add virtual environment initialization command to justfile 2026-04-19 11:44:02 +08:00
54ce0951a4 🔧 Update justfile to activate virtual environment before running main.py 2026-04-19 11:37:59 +08:00
980bbc0055 📝 Update README to reflect Python script usage instead of Go 2026-04-19 11:35:55 +08:00
40b9cc352e 📝 Update README with Python virtual environment setup instructions 2026-04-19 11:32:40 +08:00
989bb3d55e 🗑️ Remove local-api-test project files and add new untracked directory local-ai-test/ 2026-04-19 11:27:46 +08:00
4de35240f3 📝 Update README with detailed instructions and references for local API testing 2026-04-19 11:26:36 +08:00
3c9ce684a9 🔄 Update chat completion logic and improve debugging output in main.py 2026-04-19 10:16:47 +08:00
ef9bca9e2e 🗑️ Remove .python-version file specifying Python 3.12 in local-api-test project 2026-04-19 09:54:53 +08:00
fa5126fad7 📦 Update project dependencies and configuration files
Analysis:
1. The .gitignore file was modified to add build/ and *.egg-info/ entries, indicating new build artifact exclusions.
2. The pyproject.toml file was updated with new uv tool configuration, suggesting a switch to uv for package management.
3. The uv.lock file shows significant changes with multiple new package additions including openai, pydantic, httpx, and others, indicating a major dependency update.
4. New untracked files (.python-version and README.md) were added to the local-api-test project directory.

This commit represents a substantial update to the project's dependency management system and introduces several new packages, primarily for AI/HTTP functionality, while also updating project configuration files.
2026-04-19 09:52:54 +08:00
d44c226b46 📝 Update .gitignore to include .DS_Store and add untracked local-api-test directory 2026-04-19 09:46:28 +08:00
5b14a18c47 📝 Update README with additional code example and reference link 2026-04-11 23:16:26 +08:00
a49b10f558 📝 Add initial README file 2026-04-11 11:53:02 +08:00
1cde9d325e 🔄 Refactor main function in hello-world project 2026-04-11 11:52:17 +08:00
3943e5a020 🔄 Update script entry point in pyproject.toml 2026-04-11 11:51:21 +08:00
556d4ae021 ⬆️ Update script alias in pyproject.toml from 'run-web' to 'run' 2026-04-11 11:49:20 +08:00
2e6bd784d0 🔄 Update script entry point in pyproject.toml 2026-04-11 11:47:16 +08:00
537094894a [SUCCESS ] AI summarized git commit message: 🌟 Initialize project structure with Python setup and ignore files 2026-04-11 11:41:47 +08:00