O motor da biblioteca é liberado através do pip para a sincronia do motor em múltiplos agentes
Project description
👥 Specialized AI Agents for Every Coding Task
Boost your development workflow with AI assistants trained specifically for code documentation, refactoring, reviews, and more.
📜 Table of Contents
Release v1.0.19
objetivo alcançado: Funcoes da biblioteca 100% operacionais para agentes construidos com o sdk de agentes openai
-
https://softwareai-library-hub.rshare.io/tools: agora é possivel ver o codigo fonte da function tool ao clickar em
View function tool and metadata -
https://softwareai-library-hub.rshare.io/tools: ajustado o metadata
-
softwareai_engine_library: agora é possivel buscar as funcoes disponiveis atraves de api da biblioteca segue exemplo:
primeiro obtenha as funcoes hospedadas na biblioteca
from softwareai_engine_library.EngineProcess.EgetTools import Egetoolsv2
imported_tools = Egetoolsv2(functionstools = ['autosave', 'autobuildpdf'])
tenha em mente que imported_tools é uma lista de functions tools pronta para ir para tools
def run_sync(agent, input):
loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)
return loop.run_until_complete(Runner.run(agent, input=input))
agent = Agent(
name="Haiku agent",
instructions="Always respond in haiku form",
model="o3-mini",
tools=imported_tools,
)
result = run_sync(agent, input="Escreva um codigo python e salve em D:/CompanyApps/Projetos de codigo aberto/SoftwareAIEngine/EngineEndpointAgentAPI/Library/Agents/CodePreProject/Tests/docs/teste.py.")
print(result.final_output)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file softwareai_engine_library-1.0.23.tar.gz.
File metadata
- Download URL: softwareai_engine_library-1.0.23.tar.gz
- Upload date:
- Size: 99.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33778b6d107b216d939e7d0cdd9d1ee2d961f7080936ab28edde190afd7a0fc5
|
|
| MD5 |
1966abadf79f0bece9adf80f27ec9205
|
|
| BLAKE2b-256 |
b934b5c6b00c5a77276de9cfbc1a45748793e3fe69a23a9dd074ea3150ca36a7
|
File details
Details for the file softwareai_engine_library-1.0.23-py3-none-any.whl.
File metadata
- Download URL: softwareai_engine_library-1.0.23-py3-none-any.whl
- Upload date:
- Size: 152.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51152c6cdba883302ebf17a73cd77848aaf8d6d3f8b15bf7efd7cfa1989f5378
|
|
| MD5 |
1026e2e7b121035e9ffbee430404b613
|
|
| BLAKE2b-256 |
0896b877e1814e8cfe109dc68decf7908a299011486fd369a6705a8db64c7b23
|