This commit is contained in:
tjb-tech 2025-02-12 22:01:25 +08:00
parent 7d14ae2e7a
commit d85d99659b

View file

@ -1,5 +1,5 @@
[metadata]
name = metachain
name = autoagent
version = 0.1.0
author = jiabintang
description = dynamic agentic framework.
@ -11,7 +11,7 @@ license = MIT
package_dir =
= .
packages =
metachain
autoagent
zip_safe = True
include_package_data = True
install_requires =
@ -69,7 +69,7 @@ python_requires = >=3.10
[options.entry_points]
console_scripts =
mc = metachain.cli:cli
mc = autoagent.cli:cli
[tool.autopep8]
max_line_length = 120
ignore = E501,W6