2025-01-20 03:29:17 +00:00
|
|
|
[metadata]
|
|
|
|
name = ragent
|
|
|
|
version = 1.0.0
|
|
|
|
description = Udobno OpenAI agent wrapper for humans.
|
|
|
|
author = retoor
|
|
|
|
author_email = retoor@molodetz.nl
|
|
|
|
license = MIT
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
package_dir =
|
|
|
|
= src
|
|
|
|
python_requires = >=3.7
|
|
|
|
install_requires =
|
|
|
|
openai
|
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
where = src
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
ragent.demo_discuss = ragent.demo_discuss:main
|
|
|
|
ragent.demo_replika = ragent.demo_replika:main
|
2025-01-20 05:47:09 +00:00
|
|
|
ragent.demo_batch_messages = ragent.demo_batch_messages:main
|
|
|
|
|