James Murdza
635480f3b7
Remove PyLume code and examples
...
# Conflicts:
# examples/pylume_examples.py
# libs/python/mcp-server/scripts/start_mcp_server.sh
# libs/python/pylume/README.md
# libs/python/pylume/__init__.py
# libs/python/pylume/pylume/__init__.py
# libs/python/pylume/pylume/client.py
# libs/python/pylume/pylume/exceptions.py
# libs/python/pylume/pylume/models.py
# libs/python/pylume/pylume/pylume.py
# libs/python/pylume/pylume/server.py
# libs/python/pylume/pyproject.toml
# pdm.lock
# pyproject.toml
# scripts/build-uv.sh
# scripts/build.ps1
# scripts/build.sh
2025-10-28 16:52:23 -07:00
Aditya Bavadekar
a38219d3ef
fix(python): standardize Python version across all packages
...
- Updated all `libs/python/*/pyproject.toml` files to require Python >=3.12
- Synchronized root `pyproject.toml` and regenerated `uv.lock`
2025-10-23 03:15:21 +05:30
James Murdza
ddc5a5de91
Format codebase with uv run pre-commit run --all-files
2025-10-22 11:35:31 -07:00
Aditya Bavadekar
c33517a42d
chore: consolidate Ruff configs, add prettier dependancy and updated documentation usage
...
- Remove per-package Black, Ruff, and MyPy settings in individual pyproject.toml files
- Centralize Ruff configuration in root pyproject.toml under [tool.ruff.lint] with selected ignores
- Add Prettier setup and usage instructions to Development.md
- Include pnpm install instructions for JS/TS dependencies
- Ensure pre-commit hooks enforce Python and JS/TS formatting consistently
2025-10-22 11:10:21 -07:00
Your Name
20657611f7
version correctness
2025-10-10 22:59:55 +00:00
Your Name
0af7ea394f
add tag prefix
2025-10-10 21:51:18 +00:00
Your Name
2ff4030709
tag
2025-10-10 21:33:45 +00:00
Your Name
46b361b732
Add bump2version configuration for all Python packages
...
Adds .bumpversion.cfg files to each Python package (agent, computer,
computer-server, core, mcp-server, pylume, som) to enable automated
version bumping with bump2version tool.
Includes comprehensive Makefile with targets for:
- Installing and managing bump2version
- Bumping package versions (major, minor, patch)
- Managing dependencies and building packages
- Running tests and formatting
- Cleaning build artifacts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-10 21:23:47 +00:00
Andrei Onel
8b2dd7bb7b
Added reference documentation for: libs/python/pylume/pylume/models.py
2025-09-01 22:51:59 +03:00
James Murdza
32f9c750e6
Remove missing image
2025-08-18 16:37:20 -04:00
James Murdza
b62be1bde1
Use absolute paths to fix PyPi project pages
2025-08-18 16:37:20 -04:00
Morgan Dean
0246d18347
Reorganize lib folder w/typescript and python roots, initialize core library.
2025-06-23 10:22:36 -07:00