This folder and subfolders contain the code that constitutes the Agent Spec reading/writing python library.
## Build (recommended)
It is advised that you create a Python environment for all modules. In the main folder:
```bash
$ source ./clean-install-dev.sh
```
Then for development, install the assistant in editable mode and the dev dependencies with:
```bash
$ cd pyagentspec
$ ./install-dev.sh
```
## Run tests
To run the tests, please export the URL to the model
```bash
export LLAMA_API_URL=/url/to/some/remote/llm
```
and run the tests with:
```bash
pytest tests
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pyagentspec",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.14,>=3.10",
"maintainer_email": null,
"keywords": "NLP, text generation, code generation, LLM, Assistant, Tool, Agent",
"author": "Oracle",
"author_email": null,
"download_url": null,
"platform": null,
"description": "This folder and subfolders contain the code that constitutes the Agent Spec reading/writing python library.\n\n## Build (recommended)\n\nIt is advised that you create a Python environment for all modules. In the main folder:\n\n```bash\n$ source ./clean-install-dev.sh\n```\n\nThen for development, install the assistant in editable mode and the dev dependencies with:\n\n```bash\n$ cd pyagentspec\n$ ./install-dev.sh\n```\n\n## Run tests\n\nTo run the tests, please export the URL to the model\n\n```bash\nexport LLAMA_API_URL=/url/to/some/remote/llm\n```\nand run the tests with:\n\n```bash\npytest tests\n```\n",
"bugtrack_url": null,
"license": "UPL-1.0 OR Apache-2.0",
"summary": "Package defining the PyAgentSpec library for Agents and LLM fixed-flows abstractions.",
"version": "25.4.1",
"project_urls": null,
"split_keywords": [
"nlp",
" text generation",
" code generation",
" llm",
" assistant",
" tool",
" agent"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9b8e6951d1ffd3c922a5d1235f6af7bca598b85bfb0832aad20ce28e4b5113e1",
"md5": "882fe9d32d62b799518f60a92e62d6f2",
"sha256": "48ded26730d0ded04d34e0f737912e91a3ea54066894a84a303bf7564d5cb8f7"
},
"downloads": -1,
"filename": "pyagentspec-25.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "882fe9d32d62b799518f60a92e62d6f2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.14,>=3.10",
"size": 99114,
"upload_time": "2025-10-06T20:25:53",
"upload_time_iso_8601": "2025-10-06T20:25:53.147677Z",
"url": "https://files.pythonhosted.org/packages/9b/8e/6951d1ffd3c922a5d1235f6af7bca598b85bfb0832aad20ce28e4b5113e1/pyagentspec-25.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-06 20:25:53",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyagentspec"
}