tolokaforge 0.0.2__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.
@@ -0,0 +1,7 @@
1
+ """Tolokaforge - LLM Tool-Use Benchmarking Harness.
2
+
3
+ This is a placeholder package. The full release is coming soon.
4
+ See https://github.com/Toloka/tolokaforge for more information.
5
+ """
6
+
7
+ __version__ = "0.0.2"
@@ -0,0 +1,33 @@
1
+ Metadata-Version: 2.4
2
+ Name: tolokaforge
3
+ Version: 0.0.2
4
+ Summary: Tolokaforge - LLM Tool-Use Benchmarking Harness
5
+ Project-URL: Homepage, https://github.com/Toloka/tolokaforge
6
+ Project-URL: Repository, https://github.com/Toloka/tolokaforge
7
+ Project-URL: Documentation, https://github.com/Toloka/tolokaforge/tree/main/docs
8
+ Project-URL: Issues, https://github.com/Toloka/tolokaforge/issues
9
+ Author: Tolokaforge Contributors
10
+ License: Apache-2.0
11
+ License-File: LICENSE
12
+ Keywords: agents,benchmark,evaluation,litellm,llm,testing,tool-use
13
+ Classifier: Development Status :: 1 - Planning
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Intended Audience :: Science/Research
16
+ Classifier: License :: OSI Approved :: Apache Software License
17
+ Classifier: Operating System :: OS Independent
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
23
+ Classifier: Topic :: Software Development :: Testing
24
+ Requires-Python: >=3.10
25
+ Description-Content-Type: text/markdown
26
+
27
+ # Tolokaforge
28
+
29
+ > **This is a placeholder release.** The full package is coming soon.
30
+
31
+ A benchmarking harness for evaluating tool-using LLM agents.
32
+
33
+ For more information, visit [github.com/Toloka/tolokaforge](https://github.com/Toloka/tolokaforge).
@@ -0,0 +1,5 @@
1
+ tolokaforge/__init__.py,sha256=vG0_NUq1odXSRt6Atxe2G53-7mIzGOqmsrr9yxVSLkk,208
2
+ tolokaforge-0.0.2.dist-info/METADATA,sha256=PfhdmE6lSzEb5OOM5p38TNmXr2o6vx6YD57uE9qsJQY,1414
3
+ tolokaforge-0.0.2.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ tolokaforge-0.0.2.dist-info/licenses/LICENSE,sha256=zn3fLAFxc91GkxutJm6xIU4cL0k7z8tJZ8s9D9pN6fI,580
5
+ tolokaforge-0.0.2.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,13 @@
1
+ Copyright 2024 Toloka AI BV
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.