og-agent

View on PyPIReverse Dependencies (0)

0.5.3 og_agent-0.5.3-py3-none-any.whl

Wheel Details

Project: og-agent
Version: 0.5.3
Filename: og_agent-0.5.3-py3-none-any.whl
Download: [link]
Size: 24832
MD5: 9f0210b41c5f01c434254adf18fdb421
SHA256: a246a5ad3bb10bf6c0a684cfa7074b1e2b15ab7255884ad5be44577a0ab6c262
Uploaded: 2023-11-10 05:26:57 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: og-agent
Version: 0.5.3
Summary: Open source code interpreter agent
Author: imotai
Author-Email: wangtaize[at]dbpunk.com
Home-Page: https://github.com/dbpunk-labs/octogen
Requires-Dist: og-proto
Requires-Dist: og-kernel
Requires-Dist: og-sdk
Requires-Dist: grpcio-tools (>=1.57.0)
Requires-Dist: grpc-google-iam-v1 (>=0.12.6)
Requires-Dist: aiofiles
Requires-Dist: orm[sqlite]
Requires-Dist: python-dotenv
Requires-Dist: openai
Requires-Dist: aiohttp (>=3.8.5)
Requires-Dist: pydantic
Requires-Dist: tiktoken
Requires-Dist: fastapi
Requires-Dist: uvicorn
Description-Content-Type: text/markdown
[Description omitted; length: 164 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.3)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
og_agent/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
og_agent/agent_api_server.py sha256=Lm5SpG6DiLWxwhjswQifJlAor9bFeKoN_mp3qOUqsmk 6901
og_agent/agent_builder.py sha256=ML66x7IDiNZ0DLc67pkoxAsnHIdXnw7-tDRuanfVNms 1020
og_agent/agent_llm.py sha256=8re5nSM8GjTvdFI8_zSyHNvmW2YsttiHGJcWENRi_OQ 2037
og_agent/agent_server.py sha256=p3Z6HBv0B2SeO_G00zqdcMJdfhnJjLn-_kKIjj7Rid4 9202
og_agent/agent_setup.py sha256=PgQQcKKJjjYeTCWcIZnG2MiU_sxnZ3gIhkxq27XyBAE 1167
og_agent/base_agent.py sha256=7cliogGm6Czng8RralCs-kEPMFacYaobUYzJxvzdtXo 20252
og_agent/base_stream_client.py sha256=AbdUsXHzzHPVtSoUHIILz6vSCVmVe5jaScFLa6ARmkw 772
og_agent/grammar.bnf sha256=v7lgxG0mbikAPHetyDvYtvTWoM6a3ohrZrFdM4FZOPY 595
og_agent/llama_agent.py sha256=kaEZHOGw9s8DzqsEUASiVhrxdwUPlKg89kYnjaQgxGI 13193
og_agent/llama_client.py sha256=R8o0uA4_uGSE90XZyJfrWjsE_C7KZ8AgkmFK4WmLWTs 1336
og_agent/mock_agent.py sha256=lEUEzX8fhdYtpmyxkeREmRYmuLHrVdLOF9J6-tXUsMk 4460
og_agent/openai_agent.py sha256=4x1UJYmTfNdPBlEYS-qLSoxeg7bhkV1MglQw6UTSjuo 11253
og_agent/prompt.py sha256=OU59mZKO-YEUVPsjHajfi6zmyVtRSNZO-7UmaUpnLP4 3048
og_agent/tokenizer.py sha256=hvOcaHl9F5mJkG90p6Fg4GFVwMU_1jgt2If4pPnEikE 15062
og_agent-0.5.3.dist-info/METADATA sha256=66irPMUd39I8yyYPLbbj7GdPnh0tzoX8F_s66RebMN8 779
og_agent-0.5.3.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
og_agent-0.5.3.dist-info/entry_points.txt sha256=zeU9EOf__Jxdk2TYNHmQA4I6W2XGN7fgmUTHw3H9vPM 175
og_agent-0.5.3.dist-info/top_level.txt sha256=JITjVgJa-zHroZTImwhZw8d5tWAEPk_18MRElCx2U6k 9
og_agent-0.5.3.dist-info/RECORD

top_level.txt

og_agent

entry_points.txt

og_agent_http_server = og_agent.agent_api_server:run_app
og_agent_rpc_server = og_agent.agent_server:server_main
og_agent_setup = og_agent.agent_setup:setup