agentscope-runtime 0.1.3__py3-none-any.whl → 0.1.4__py3-none-any.whl
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.
- agentscope_runtime/engine/services/context_manager.py +2 -0
- agentscope_runtime/version.py +1 -1
- {agentscope_runtime-0.1.3.dist-info → agentscope_runtime-0.1.4.dist-info}/METADATA +7 -4
- {agentscope_runtime-0.1.3.dist-info → agentscope_runtime-0.1.4.dist-info}/RECORD +8 -8
- {agentscope_runtime-0.1.3.dist-info → agentscope_runtime-0.1.4.dist-info}/WHEEL +0 -0
- {agentscope_runtime-0.1.3.dist-info → agentscope_runtime-0.1.4.dist-info}/entry_points.txt +0 -0
- {agentscope_runtime-0.1.3.dist-info → agentscope_runtime-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {agentscope_runtime-0.1.3.dist-info → agentscope_runtime-0.1.4.dist-info}/top_level.txt +0 -0
|
@@ -151,11 +151,13 @@ async def create_context_manager(
|
|
|
151
151
|
memory_service: MemoryService = None,
|
|
152
152
|
session_history_service: SessionHistoryService = None,
|
|
153
153
|
rag_service: RAGService = None,
|
|
154
|
+
context_composer_cls=ContextComposer,
|
|
154
155
|
):
|
|
155
156
|
manager = ContextManager(
|
|
156
157
|
memory_service=memory_service,
|
|
157
158
|
session_history_service=session_history_service,
|
|
158
159
|
rag_service=rag_service,
|
|
160
|
+
context_composer_cls=context_composer_cls,
|
|
159
161
|
)
|
|
160
162
|
|
|
161
163
|
async with manager:
|
agentscope_runtime/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
|
-
__version__ = "v0.1.
|
|
2
|
+
__version__ = "v0.1.4"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentscope-runtime
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: A production-ready runtime framework for agent applications, providing secure sandboxed execution environments and scalable deployment solutions with multi-framework support.
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
7
|
License-File: LICENSE
|
|
8
|
-
Requires-Dist: mcp
|
|
8
|
+
Requires-Dist: mcp>=1.13
|
|
9
9
|
Requires-Dist: fastapi>=0.104.0
|
|
10
10
|
Requires-Dist: uvicorn[standard]>=0.24.0
|
|
11
11
|
Requires-Dist: openai
|
|
@@ -55,7 +55,7 @@ Requires-Dist: llama-index-embeddings-langchain>=0.4.0; extra == "llamaindex-rag
|
|
|
55
55
|
Requires-Dist: langchain-community>=0.3.27; extra == "llamaindex-rag"
|
|
56
56
|
Requires-Dist: bs4>=0.0.2; extra == "llamaindex-rag"
|
|
57
57
|
Provides-Extra: memory-ext
|
|
58
|
-
Requires-Dist: reme-ai==0.1.
|
|
58
|
+
Requires-Dist: reme-ai==0.1.9; python_full_version >= "3.12" and extra == "memory-ext"
|
|
59
59
|
Dynamic: license-file
|
|
60
60
|
|
|
61
61
|
<div align="center">
|
|
@@ -405,7 +405,7 @@ limitations under the License.
|
|
|
405
405
|
|
|
406
406
|
## Contributors ✨
|
|
407
407
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
408
|
-
[](#contributors-)
|
|
409
409
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
410
410
|
|
|
411
411
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
@@ -424,6 +424,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
424
424
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rankesterc"><img src="https://avatars.githubusercontent.com/u/114560457?v=4?s=100" width="100px;" alt="Ran Chen"/><br /><sub><b>Ran Chen</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=rankesterc" title="Code">💻</a></td>
|
|
425
425
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jinliyl"><img src="https://avatars.githubusercontent.com/u/6469360?v=4?s=100" width="100px;" alt="jinliyl"/><br /><sub><b>jinliyl</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=jinliyl" title="Code">💻</a> <a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=jinliyl" title="Documentation">📖</a></td>
|
|
426
426
|
</tr>
|
|
427
|
+
<tr>
|
|
428
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Osier-Yi"><img src="https://avatars.githubusercontent.com/u/8287381?v=4?s=100" width="100px;" alt="Osier-Yi"/><br /><sub><b>Osier-Yi</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-runtime/commits?author=Osier-Yi" title="Code">💻</a></td>
|
|
429
|
+
</tr>
|
|
427
430
|
</tbody>
|
|
428
431
|
<tfoot>
|
|
429
432
|
<tr>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
agentscope_runtime/__init__.py,sha256=LMAUeUpPo2qzqh3zyZ-JJwc8GrsiT9b-yNhQMxlKmfE,84
|
|
2
|
-
agentscope_runtime/version.py,sha256=
|
|
2
|
+
agentscope_runtime/version.py,sha256=TbV9COKCJNGkuSFLNBk0ih8npqxYm3QOEza0br01bwA,47
|
|
3
3
|
agentscope_runtime/engine/__init__.py,sha256=jsvYM1LlZVP4EFzsE5uu5ycgBU9CVnug7UyTzBmpX5g,213
|
|
4
4
|
agentscope_runtime/engine/runner.py,sha256=fQ4bNRqjXERLZlzA3cF_eJDdyc76Ug-V7st8BoixUtg,6754
|
|
5
5
|
agentscope_runtime/engine/agents/__init__.py,sha256=xHp7FY6QM-nAhQAECi7xzrJkRkYZpAa5_zHRhO6Zogc,54
|
|
@@ -30,7 +30,7 @@ agentscope_runtime/engine/schemas/agent_schemas.py,sha256=9PSCAuz33dEpE0_cNfOJKS
|
|
|
30
30
|
agentscope_runtime/engine/schemas/context.py,sha256=Qd2ee4HCYNmD5VHsacrScdpNq8q2aJwsRtsrBZarI9M,1550
|
|
31
31
|
agentscope_runtime/engine/services/__init__.py,sha256=SAsmwIr8etoUbqz5W1K2pH5ONlFzooXMQ0UFXTXfHwM,271
|
|
32
32
|
agentscope_runtime/engine/services/base.py,sha256=g2hTc3ivj2MPjnsu5_09m6_MZ3KDHBfiYKu4F2pLA1I,2096
|
|
33
|
-
agentscope_runtime/engine/services/context_manager.py,sha256=
|
|
33
|
+
agentscope_runtime/engine/services/context_manager.py,sha256=CzL7BgZtkWh74dJV-Sa3bNfqNbiihHIQbbvZuYraqXg,5314
|
|
34
34
|
agentscope_runtime/engine/services/environment_manager.py,sha256=Bd3vmgX5KkN9gTY60o7Pozpsw0S8etpSJns63woSlDU,1347
|
|
35
35
|
agentscope_runtime/engine/services/manager.py,sha256=r-TcHti8sEMXjZbwPWlG32J8iiMHUXuUJmAiwPvgn_Q,6282
|
|
36
36
|
agentscope_runtime/engine/services/memory_service.py,sha256=EHsvNPMXsH1B8LZY0zZKzYMvDHzaP18edKv9uimM98k,7889
|
|
@@ -132,9 +132,9 @@ agentscope_runtime/sandbox/tools/browser/__init__.py,sha256=gXQx3tXclYqAhPDrXb1-
|
|
|
132
132
|
agentscope_runtime/sandbox/tools/browser/tool.py,sha256=EJ-uhHX9oIb4Q-hXQhTS-7VRJ-AdCRWXb9HVdOQ5JAc,19206
|
|
133
133
|
agentscope_runtime/sandbox/tools/filesystem/__init__.py,sha256=AJK88YU0ceJe99H7T-on2tgaow4ujqGJ1jwv0sd1TtE,607
|
|
134
134
|
agentscope_runtime/sandbox/tools/filesystem/tool.py,sha256=CPsl4TMf76BOSQtG1dqDcVdymciKhMknIG5FffoI2Eg,9847
|
|
135
|
-
agentscope_runtime-0.1.
|
|
136
|
-
agentscope_runtime-0.1.
|
|
137
|
-
agentscope_runtime-0.1.
|
|
138
|
-
agentscope_runtime-0.1.
|
|
139
|
-
agentscope_runtime-0.1.
|
|
140
|
-
agentscope_runtime-0.1.
|
|
135
|
+
agentscope_runtime-0.1.4.dist-info/licenses/LICENSE,sha256=3MckDTgiTJ0E6cxo8FeamFVEFiwz3XJWsriuTtRJzxY,11337
|
|
136
|
+
agentscope_runtime-0.1.4.dist-info/METADATA,sha256=alpSTK1pEI5a24AkEi83UHDUqChHa4zdIWU8u6V8djE,20674
|
|
137
|
+
agentscope_runtime-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
138
|
+
agentscope_runtime-0.1.4.dist-info/entry_points.txt,sha256=SGQZqgozJYj1yJtiyzqiJ2_iYmDvTl2lexxmXENY3wE,223
|
|
139
|
+
agentscope_runtime-0.1.4.dist-info/top_level.txt,sha256=0YHketA7WcMmRmF-3lUzedeTOnP7iL77h-ekb-iG720,19
|
|
140
|
+
agentscope_runtime-0.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|