agentbyte 0.2.0__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agentbyte-0.2.0 → agentbyte-0.2.1}/CHANGELOG.md +9 -0
- agentbyte-0.2.1/LICENSE +21 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/PKG-INFO +18 -8
- {agentbyte-0.2.0 → agentbyte-0.2.1}/README.md +11 -7
- {agentbyte-0.2.0 → agentbyte-0.2.1}/pyproject.toml +7 -0
- agentbyte-0.2.1/src/agentbyte/__about__.py +2 -0
- agentbyte-0.2.0/src/agentbyte/__about__.py +0 -2
- {agentbyte-0.2.0 → agentbyte-0.2.1}/.github/copilot-instructions.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/.gitignore +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/.gitlab-ci.yml +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/.gitmodules +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/.python-version +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docker/jaeger-compose.yml +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docs/book-designing-multi-agent-system.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docs/implementation_plan.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docs/progress.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docs/study/topic_agents.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docs/study/topic_approval.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docs/study/topic_memory.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docs/study/topic_middleware.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docs/study/topic_model_client.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docs/study/topic_otel.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docs/study/topic_tools.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/docs/study_plan.md +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/examples/azure_openai_usage_example.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/examples/function_tool_example.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/examples/llm_client_dependency_injection.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/examples/memory/memory_usage_example.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/examples/message_types_example.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/examples/openai_client_example.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/examples/otel/agent_with_content_capture.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/examples/otel/agent_with_telemetry.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/00-Authentication-and-Identity-of-AI-clients.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/01-tools-example.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/02a-azure-openai-wrapper.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/02b-openai-wrapper.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/03a-simple-agent-no-tool.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/03b-agent-with-tool.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/03c-multi-turn-agent.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/03d-multi-tool-agent.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/03e-agent-with-context.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/03f-agent-with-middleware.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/03g-agent-with-memory.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/03h-agent-with-otel.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/agent-knowledge-building.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/pico-init-agent-test.ipynb +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/__init__.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/agents/__init__.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/agents/agent.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/agents/agent_as_tool.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/agents/base.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/agents/types.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/cancellation_token.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/context.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/llm/__init__.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/llm/auth.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/llm/azure_openai.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/llm/base.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/llm/openai.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/llm/types.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/memory/__init__.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/memory/base.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/messages.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/middleware/__init__.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/middleware/base.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/middleware/otel.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/tools/__init__.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/tools/base.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/tools/core_tools.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/tools/decorator.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/tools/memory_tool.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/src/agentbyte/types.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/agents/test_agent_as_tool.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/agents/test_agent_basic.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/agents/test_agent_event_types.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/agents/test_agent_memory_integration.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/agents/test_agent_middleware_integration.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/agents/test_agent_stream_events.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/agents/test_tool_approval.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/llm/test_azure_client.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/llm/test_llm_types.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/llm/test_openai_client.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/memory/test_memory.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/middleware/test_middleware_chain.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/middleware/test_otel.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/test_cancellation_token.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/test_context.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/test_messages.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/test_package_api.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/test_types.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/tools/test_memory_tool.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/tests/tools/test_tools.py +0 -0
- {agentbyte-0.2.0 → agentbyte-0.2.1}/uv.lock +0 -0
|
@@ -4,6 +4,15 @@ All notable changes to Agentbyte are documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format follows Keep a Changelog principles and semantic versioning.
|
|
6
6
|
|
|
7
|
+
## [0.2.1] - 2026-02-27
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- Updated package metadata for project URLs (Homepage, Repository, Issues, Changelog).
|
|
11
|
+
- Updated README installation guidance for `pip`/`uv add` extras usage.
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
- Added root `LICENSE` file (MIT) for distribution compliance and clarity.
|
|
15
|
+
|
|
7
16
|
## [0.2.0] - 2026-02-27
|
|
8
17
|
|
|
9
18
|
### Added
|
agentbyte-0.2.1/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 MrDataPsycho
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentbyte
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A toolkit for designing multiagent systems
|
|
5
|
+
Project-URL: Homepage, https://gitlab.com/pyninja/aiengineering/agentbyte
|
|
6
|
+
Project-URL: Repository, https://gitlab.com/pyninja/aiengineering/agentbyte
|
|
7
|
+
Project-URL: Issues, https://gitlab.com/pyninja/aiengineering/agentbyte/-/issues
|
|
8
|
+
Project-URL: Changelog, https://gitlab.com/pyninja/aiengineering/agentbyte/-/blob/main/CHANGELOG.md
|
|
5
9
|
Author-email: MrDataPsycho <mr.data.psycho@gmail.com>
|
|
10
|
+
License-Expression: MIT
|
|
11
|
+
License-File: LICENSE
|
|
6
12
|
Requires-Python: >=3.12
|
|
7
13
|
Requires-Dist: pydantic>=2.12.5
|
|
8
14
|
Provides-Extra: all
|
|
@@ -26,15 +32,15 @@ Description-Content-Type: text/markdown
|
|
|
26
32
|
|
|
27
33
|
Agentbyte is a Python toolkit for building and studying multiagent systems with a learning-first, implementation-oriented workflow.
|
|
28
34
|
|
|
29
|
-
Current release: **0.2.
|
|
35
|
+
Current release: **0.2.1**
|
|
30
36
|
|
|
31
|
-
|
|
37
|
+
Repository: [gitlab.com/pyninja/aiengineering/agentbyte](https://gitlab.com/pyninja/aiengineering/agentbyte)
|
|
32
38
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
39
|
+
## What’s New in 0.2.1
|
|
40
|
+
|
|
41
|
+
- Added explicit project URLs in package metadata (Homepage, Repository, Issues, Changelog).
|
|
42
|
+
- Added MIT `LICENSE` file at repository root.
|
|
43
|
+
- Expanded README install guidance for extras using `pip install` and `uv add`.
|
|
38
44
|
|
|
39
45
|
See [CHANGELOG.md](CHANGELOG.md) for the complete release history.
|
|
40
46
|
|
|
@@ -129,6 +135,10 @@ uv run ruff check src tests
|
|
|
129
135
|
uv run pytest tests -v
|
|
130
136
|
```
|
|
131
137
|
|
|
138
|
+
## License
|
|
139
|
+
|
|
140
|
+
MIT — see [LICENSE](LICENSE).
|
|
141
|
+
|
|
132
142
|
## References
|
|
133
143
|
|
|
134
144
|
- [Designing Multi-Agent Systems](https://github.com/victordibia/designing-multiagent-systems/tree/main)
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Agentbyte is a Python toolkit for building and studying multiagent systems with a learning-first, implementation-oriented workflow.
|
|
4
4
|
|
|
5
|
-
Current release: **0.2.
|
|
5
|
+
Current release: **0.2.1**
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Repository: [gitlab.com/pyninja/aiengineering/agentbyte](https://gitlab.com/pyninja/aiengineering/agentbyte)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
9
|
+
## What’s New in 0.2.1
|
|
10
|
+
|
|
11
|
+
- Added explicit project URLs in package metadata (Homepage, Repository, Issues, Changelog).
|
|
12
|
+
- Added MIT `LICENSE` file at repository root.
|
|
13
|
+
- Expanded README install guidance for extras using `pip install` and `uv add`.
|
|
14
14
|
|
|
15
15
|
See [CHANGELOG.md](CHANGELOG.md) for the complete release history.
|
|
16
16
|
|
|
@@ -105,6 +105,10 @@ uv run ruff check src tests
|
|
|
105
105
|
uv run pytest tests -v
|
|
106
106
|
```
|
|
107
107
|
|
|
108
|
+
## License
|
|
109
|
+
|
|
110
|
+
MIT — see [LICENSE](LICENSE).
|
|
111
|
+
|
|
108
112
|
## References
|
|
109
113
|
|
|
110
114
|
- [Designing Multi-Agent Systems](https://github.com/victordibia/designing-multiagent-systems/tree/main)
|
|
@@ -3,6 +3,7 @@ name = "agentbyte"
|
|
|
3
3
|
dynamic = ["version"]
|
|
4
4
|
description = "A toolkit for designing multiagent systems"
|
|
5
5
|
readme = "README.md"
|
|
6
|
+
license = "MIT"
|
|
6
7
|
authors = [
|
|
7
8
|
{ name = "MrDataPsycho", email = "mr.data.psycho@gmail.com" }
|
|
8
9
|
]
|
|
@@ -11,6 +12,12 @@ dependencies = [
|
|
|
11
12
|
"pydantic>=2.12.5",
|
|
12
13
|
]
|
|
13
14
|
|
|
15
|
+
[project.urls]
|
|
16
|
+
Homepage = "https://gitlab.com/pyninja/aiengineering/agentbyte"
|
|
17
|
+
Repository = "https://gitlab.com/pyninja/aiengineering/agentbyte"
|
|
18
|
+
Issues = "https://gitlab.com/pyninja/aiengineering/agentbyte/-/issues"
|
|
19
|
+
Changelog = "https://gitlab.com/pyninja/aiengineering/agentbyte/-/blob/main/CHANGELOG.md"
|
|
20
|
+
|
|
14
21
|
[project.optional-dependencies]
|
|
15
22
|
openai = [
|
|
16
23
|
"openai>=1.107.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbyte-0.2.0 → agentbyte-0.2.1}/notebooks/00-Authentication-and-Identity-of-AI-clients.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|