## Overview
Agent-Task is a library that provides a set of benchmark tasks for the agent to perform.
## Installation
```bash
pip install -e .
```
## Usage
```python
from agent_tasks.run import get_task
# Example usage
result = get_task("./", "mini_benchmark", "mini_baby_lm")
print(result['prompt'])
```
get_task:
- path: path to copy the task to
- benchmark: name of the benchmark
- task: name of the task
Raw data
{
"_id": null,
"home_page": "http://github.com/ArtifactAI/agent-tasks",
"name": "agent-tasks",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "tasks, agent, benchmark",
"author": "Algorithmic Research Group",
"author_email": "matt@algorithmicresearchgroup.com",
"download_url": "https://files.pythonhosted.org/packages/54/4f/f01de90b8632726413768394740317cda6ee6813061b292f399ad8c180aa/agent_tasks-0.1.tar.gz",
"platform": null,
"description": "## Overview\n\nAgent-Task is a library that provides a set of benchmark tasks for the agent to perform. \n\n## Installation\n\n```bash\npip install -e . \n```\n\n## Usage\n\n```python\nfrom agent_tasks.run import get_task\n\n# Example usage\nresult = get_task(\"./\", \"mini_benchmark\", \"mini_baby_lm\")\nprint(result['prompt'])\n```\n\nget_task:\n- path: path to copy the task to\n- benchmark: name of the benchmark\n- task: name of the task\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A task package for AI Research Bench",
"version": "0.1",
"project_urls": {
"Homepage": "http://github.com/ArtifactAI/agent-tasks"
},
"split_keywords": [
"tasks",
" agent",
" benchmark"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "42a6128e303270eafd08e39dec45f493a4705a6d4b44aeb5deca6e4dc62c6417",
"md5": "e4894ec0e8278561291d4827dc56254a",
"sha256": "42659f67c89260e4301330d4cfd63b01b2a8d6bac13ef9ad4bec98faa9159631"
},
"downloads": -1,
"filename": "agent_tasks-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e4894ec0e8278561291d4827dc56254a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9897,
"upload_time": "2024-09-01T17:23:51",
"upload_time_iso_8601": "2024-09-01T17:23:51.482903Z",
"url": "https://files.pythonhosted.org/packages/42/a6/128e303270eafd08e39dec45f493a4705a6d4b44aeb5deca6e4dc62c6417/agent_tasks-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "544ff01de90b8632726413768394740317cda6ee6813061b292f399ad8c180aa",
"md5": "96899c9ec07611ac3c61411f69c6b0b0",
"sha256": "f8e647ff6ac6bdba67b7197738c7cd1d4e22a40cd55d0b4f6c258053f328d22b"
},
"downloads": -1,
"filename": "agent_tasks-0.1.tar.gz",
"has_sig": false,
"md5_digest": "96899c9ec07611ac3c61411f69c6b0b0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9412,
"upload_time": "2024-09-01T17:23:52",
"upload_time_iso_8601": "2024-09-01T17:23:52.403752Z",
"url": "https://files.pythonhosted.org/packages/54/4f/f01de90b8632726413768394740317cda6ee6813061b292f399ad8c180aa/agent_tasks-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-01 17:23:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ArtifactAI",
"github_project": "agent-tasks",
"github_not_found": true,
"lcname": "agent-tasks"
}