Skip to content

Commit

Permalink
Update xrx-core submodule, now agent framework is a local pip package (
Browse files Browse the repository at this point in the history
…#8)

- Converted the agent_framework into a pip package. A change in the
folder structure was required.
  • Loading branch information
chrislott authored Sep 25, 2024
2 parents 273bf64 + 64e5425 commit f32dc8a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
File renamed without changes.
25 changes: 25 additions & 0 deletions xrx_agent_framework/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[project]
name = "xrx_agent_framework"
version = "0.0.1"
authors = [
{ name="8090", email="support@8090.inc" },
]
description = "A framework to connect any agent to the xrx framework"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache 2.0",
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/8090-inc/xrx-core"
Issues = "https://github.com/8090-inc/xrx-core/issues"

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages]
find = {include = ["agent_framework*"]}
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit f32dc8a

Please sign in to comment.