Skip to content

Commit ae0877e

Browse files
authored
update links for repository transfer (#19)
* update links for repository transfer * fix ruff checks
1 parent ebab937 commit ae0877e

File tree

10 files changed

+29
-29
lines changed

10 files changed

+29
-29
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Asking for help
3-
about: If you need help using Mesa-LLM, you should post in https://github.com/wang-boyu/mesa-llm/discussions
3+
about: If you need help using Mesa-LLM, you should post in https://github.com/projectmesa/mesa-llm/discussions
44
---
55

66
<!--
77
ATTENTION: Don't raise an issue here!
8-
If you need help, ask in https://github.com/wang-boyu/mesa-llm/discussions
8+
If you need help, ask in https://github.com/projectmesa/mesa-llm/discussions
99
-->

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build distributions
3737
run: python -m build
3838
- name: Upload package as artifact to GitHub
39-
if: github.repository == 'wang-boyu/mesa-llm' && startsWith(github.ref, 'refs/tags')
39+
if: github.repository == 'projectmesa/mesa-llm' && startsWith(github.ref, 'refs/tags')
4040
uses: actions/upload-artifact@v4
4141
with:
4242
name: package

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ In no particular order, examples include:
1111
- Documentation improvements
1212
- Tutorials
1313

14-
[Mesa-LLM discussions]: https://github.com/wang-boyu/mesa-llm/discussions
15-
[issue]: https://github.com/wang-boyu/mesa-llm/issues
14+
[Mesa-LLM discussions]: https://github.com/projectmesa/mesa-llm/discussions
15+
[issue]: https://github.com/projectmesa/mesa-llm/issues
1616

1717
**To submit a contribution**
1818

@@ -33,15 +33,15 @@ In no particular order, examples include:
3333
- Describe the change w/ ticket number(s) that the code fixes.
3434

3535
[Clone your repository]: https://help.github.com/articles/cloning-a-repository/
36-
[GH Actions build]: https://github.com/wang-boyu/mesa-llm/actions/workflows/ci.yml
36+
[GH Actions build]: https://github.com/projectmesa/mesa-llm/actions/workflows/ci.yml
3737
[Create a pull request]: https://help.github.com/articles/creating-a-pull-request/
3838
[pre-commit]: https://github.com/pre-commit/pre-commit
3939
[black]: https://github.com/psf/black
4040

4141
Testing and Code Standards
4242
--------------------------
4343

44-
[![](https://codecov.io/gh/wang-boyu/mesa-llm/branch/main/graph/badge.svg)](https://codecov.io/gh/wang-boyu/mesa-llm) [![](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
44+
[![](https://codecov.io/gh/projectmesa/mesa-llm/branch/main/graph/badge.svg)](https://codecov.io/gh/projectmesa/mesa-llm) [![](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
4545

4646
As part of our contribution process, we practice continuous integration and use GH Actions to help enforce best practices.
4747

@@ -81,7 +81,7 @@ Licensing
8181

8282
The license of this project is located in [LICENSE]. By submitting a contribution to this project, you are agreeing that your contribution will be released under the terms of this license.
8383

84-
[LICENSE]: https://github.com/wang-boyu/mesa-llm/blob/main/LICENSE
84+
[LICENSE]: https://github.com/projectmesa/mesa-llm/blob/main/LICENSE
8585

8686
Special Thanks
8787
--------------

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| | |
44
| --- | --- |
5-
| CI/CD | [![GitHub CI](https://github.com/wang-boyu/mesa-llm/workflows/build/badge.svg)](https://github.com/wang-boyu/mesa-llm/actions) [![Read the Docs](https://readthedocs.org/projects/mesa-llm/badge/?version=stable)](https://mesa-llm.readthedocs.io/stable) [![Codecov](https://codecov.io/gh/wang-boyu/mesa-llm/branch/main/graph/badge.svg)](https://codecov.io/gh/wang-boyu/mesa-llm) |
5+
| CI/CD | [![GitHub CI](https://github.com/projectmesa/mesa-llm/workflows/build/badge.svg)](https://github.com/projectmesa/mesa-llm/actions) [![Read the Docs](https://readthedocs.org/projects/mesa-llm/badge/?version=stable)](https://mesa-llm.readthedocs.io/stable) [![Codecov](https://codecov.io/gh/projectmesa/mesa-llm/branch/main/graph/badge.svg)](https://codecov.io/gh/projectmesa/mesa-llm) |
66
| Package | [![PyPI](https://img.shields.io/pypi/v/mesa-llm.svg)](https://pypi.org/project/mesa-llm) [![PyPI - License](https://img.shields.io/pypi/l/mesa-llm)](https://pypi.org/project/mesa-llm/) [![PyPI - Downloads](https://img.shields.io/pypi/dw/mesa-llm)](https://pypistats.org/packages/mesa-llm) |
77
| Meta | [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) |
88
| Chat | [![chat](https://img.shields.io/matrix/mesa-llm:matrix.org?label=chat&logo=Matrix)](https://matrix.to/#/#mesa-llm:matrix.org) |
@@ -26,7 +26,7 @@ pip install -U --pre mesa-llm
2626

2727
You can also use `pip` to install the GitHub version:
2828
```bash
29-
pip install -U -e git+https://github.com/wang-boyu/mesa-llm.git#egg=mesa-llm
29+
pip install -U -e git+https://github.com/projectmesa/mesa-llm.git#egg=mesa-llm
3030
```
3131

3232
Or any other (development) branch on this repo or your own fork:
@@ -38,7 +38,7 @@ For more help on using Mesa-LLM, check out the following resources:
3838

3939
- [Introductory Tutorial](http://mesa-llm.readthedocs.io/stable/tutorials/intro_tutorial.html)
4040
- [Docs](http://mesa-llm.readthedocs.io/stable/)
41-
- [Mesa-LLM Discussions](https://github.com/wang-boyu/mesa-llm/discussions)
41+
- [Mesa-LLM Discussions](https://github.com/projectmesa/mesa-llm/discussions)
4242
- [PyPI](https://pypi.org/project/mesa-llm/)
4343

4444
## Using Mesa-LLM
@@ -60,12 +60,12 @@ Want to join the team or just curious about what is happening with Mesa & Mesa-L
6060

6161
* Join our [Matrix chat room](https://matrix.to/#/#mesa-llm:matrix.org) in which questions, issues, and ideas can be (informally) discussed.
6262
* Come to a monthly dev session (you can find dev session times, agendas and notes at [Mesa discussions](https://github.com/projectmesa/mesa/discussions).
63-
* Just check out the code at [GitHub](https://github.com/wang-boyu/mesa-llm/).
63+
* Just check out the code at [GitHub](https://github.com/projectmesa/mesa-llm/).
6464

65-
If you run into an issue, please file a [ticket](https://github.com/wang-boyu/mesa-llm/issues) for us to discuss. If possible, follow up with a pull request.
65+
If you run into an issue, please file a [ticket](https://github.com/projectmesa/mesa-llm/issues) for us to discuss. If possible, follow up with a pull request.
6666

67-
If you would like to add a feature, please reach out via [ticket](https://github.com/wang-boyu/mesa-llm/issues) or join a dev session (see [Mesa discussions](https://github.com/projectmesa/mesa/discussions)).
67+
If you would like to add a feature, please reach out via [ticket](https://github.com/projectmesa/mesa-llm/issues) or join a dev session (see [Mesa discussions](https://github.com/projectmesa/mesa/discussions)).
6868

6969
A feature is most likely to be added if you build it!
7070

71-
Don't forget to check out the [Contributors guide](https://github.com/wang-boyu/mesa-llm/blob/main/CONTRIBUTING.md).
71+
Don't forget to check out the [Contributors guide](https://github.com/projectmesa/mesa-llm/blob/main/CONTRIBUTING.md).

docs/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| | |
44
| --- | --- |
5-
| CI/CD | [![GitHub CI](https://github.com/wang-boyu/mesa-llm/workflows/build/badge.svg)](https://github.com/wang-boyu/mesa-llm/actions) [![Read the Docs](https://readthedocs.org/projects/mesa-llm/badge/?version=stable)](https://mesa-llm.readthedocs.io/stable) [![Codecov](https://codecov.io/gh/wang-boyu/mesa-llm/branch/main/graph/badge.svg)](https://codecov.io/gh/wang-boyu/mesa-llm) |
5+
| CI/CD | [![GitHub CI](https://github.com/projectmesa/mesa-llm/workflows/build/badge.svg)](https://github.com/projectmesa/mesa-llm/actions) [![Read the Docs](https://readthedocs.org/projects/mesa-llm/badge/?version=stable)](https://mesa-llm.readthedocs.io/stable) [![Codecov](https://codecov.io/gh/projectmesa/mesa-llm/branch/main/graph/badge.svg)](https://codecov.io/gh/projectmesa/mesa-llm) |
66
| Package | [![PyPI](https://img.shields.io/pypi/v/mesa-llm.svg)](https://pypi.org/project/mesa-llm) [![PyPI - License](https://img.shields.io/pypi/l/mesa-llm)](https://pypi.org/project/mesa-llm/) [![PyPI - Downloads](https://img.shields.io/pypi/dw/mesa-llm)](https://pypistats.org/packages/mesa-llm) |
77
| Meta | [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) |
88
| Chat | [![chat](https://img.shields.io/matrix/mesa-llm:matrix.org?label=chat&logo=Matrix)](https://matrix.to/#/#mesa-llm:matrix.org) |
@@ -26,7 +26,7 @@ pip install -U --pre mesa-llm
2626

2727
You can also use `pip` to install the GitHub version:
2828
```bash
29-
pip install -U -e git+https://github.com/wang-boyu/mesa-llm.git#egg=mesa-llm
29+
pip install -U -e git+https://github.com/projectmesa/mesa-llm.git#egg=mesa-llm
3030
```
3131

3232
Or any other (development) branch on this repo or your own fork:
@@ -38,7 +38,7 @@ For more help on using Mesa-LLM, check out the following resources:
3838

3939
- [Introductory Tutorial](http://mesa-llm.readthedocs.io/stable/tutorials/intro_tutorial.html)
4040
- [Docs](http://mesa-llm.readthedocs.io/stable/)
41-
- [Mesa-LLM Discussions](https://github.com/wang-boyu/mesa-llm/discussions)
41+
- [Mesa-LLM Discussions](https://github.com/projectmesa/mesa-llm/discussions)
4242
- [PyPI](https://pypi.org/project/mesa-llm/)
4343

4444
## Contributing to Mesa-LLM
@@ -47,15 +47,15 @@ Want to join the team or just curious about what is happening with Mesa & Mesa-L
4747

4848
* Join our [Matrix chat room](https://matrix.to/#/#mesa-llm:matrix.org) in which questions, issues, and ideas can be (informally) discussed.
4949
* Come to a monthly dev session (you can find dev session times, agendas and notes at [Mesa discussions](https://github.com/projectmesa/mesa/discussions).
50-
* Just check out the code at [GitHub](https://github.com/wang-boyu/mesa-llm/).
50+
* Just check out the code at [GitHub](https://github.com/projectmesa/mesa-llm/).
5151

52-
If you run into an issue, please file a [ticket](https://github.com/wang-boyu/mesa-llm/issues) for us to discuss. If possible, follow up with a pull request.
52+
If you run into an issue, please file a [ticket](https://github.com/projectmesa/mesa-llm/issues) for us to discuss. If possible, follow up with a pull request.
5353

54-
If you would like to add a feature, please reach out via [ticket](https://github.com/wang-boyu/mesa-llm/issues) or join a dev session (see [Mesa discussions](https://github.com/projectmesa/mesa/discussions)).
54+
If you would like to add a feature, please reach out via [ticket](https://github.com/projectmesa/mesa-llm/issues) or join a dev session (see [Mesa discussions](https://github.com/projectmesa/mesa/discussions)).
5555

5656
A feature is most likely to be added if you build it!
5757

58-
Don't forget to check out the [Contributors guide](https://github.com/wang-boyu/mesa-llm/blob/main/CONTRIBUTING.md).
58+
Don't forget to check out the [Contributors guide](https://github.com/projectmesa/mesa-llm/blob/main/CONTRIBUTING.md).
5959

6060

6161

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ docs = [
5151
]
5252

5353
[project.urls]
54-
homepage = "https://github.com/wang-boyu/mesa-llm"
55-
repository = "https://github.com/wang-boyu/mesa-llm"
54+
homepage = "https://github.com/projectmesa/mesa-llm"
55+
repository = "https://github.com/projectmesa/mesa-llm"
5656

5757
[tool.hatch.build.targets.wheel]
5858
packages = ["mesa_llm"]

tests/test_reasoning/test_cot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_plan_no_prompt_error(self):
142142
obs = Observation(step=1, self_state={}, local_state={})
143143

144144
with pytest.raises(
145-
ValueError, match="No prompt provided and agent.step_prompt is None"
145+
ValueError, match=r"No prompt provided and agent.step_prompt is None"
146146
):
147147
reasoning.plan(obs=obs)
148148

tests/test_reasoning/test_react.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_plan_no_prompt_error(self):
150150
obs = Observation(step=1, self_state={}, local_state={})
151151

152152
with pytest.raises(
153-
ValueError, match="No prompt provided and agent.step_prompt is None"
153+
ValueError, match=r"No prompt provided and agent.step_prompt is None"
154154
):
155155
reasoning.plan(obs=obs)
156156

@@ -200,6 +200,6 @@ def test_aplan_no_prompt_error(self):
200200
obs = Observation(step=1, self_state={}, local_state={})
201201

202202
with pytest.raises(
203-
ValueError, match="No prompt provided and agent.step_prompt is None"
203+
ValueError, match=r"No prompt provided and agent.step_prompt is None"
204204
):
205205
asyncio.run(reasoning.aplan(obs=obs))

tests/test_reasoning/test_rewoo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def test_plan_no_prompt_error(self):
202202
reasoning = ReWOOReasoning(mock_agent)
203203

204204
with pytest.raises(
205-
ValueError, match="No prompt provided and agent.step_prompt is None"
205+
ValueError, match=r"No prompt provided and agent.step_prompt is None"
206206
):
207207
reasoning.plan()
208208

tests/test_tools/test_inbuilt_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_speak_to_records_on_recipients(mocker):
9898
r2.memory.add_to_memory.assert_called_once()
9999

100100
# Verify payload structure for one recipient
101-
args, kwargs = r1.memory.add_to_memory.call_args
101+
_, kwargs = r1.memory.add_to_memory.call_args
102102
assert kwargs["type"] == "message"
103103
content = kwargs["content"]
104104
assert content["message"] == message

0 commit comments

Comments
 (0)