Skip to main content

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.

Version Status License

📜 Table of Contents

Release v1.0.19

objetivo alcançado: Funcoes da biblioteca 100% operacionais para agentes construidos com o sdk de agentes openai

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

softwareai_engine_library-1.0.23.tar.gz (99.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

softwareai_engine_library-1.0.23-py3-none-any.whl (152.0 kB view details)

Uploaded Python 3

File details

Details for the file softwareai_engine_library-1.0.23.tar.gz.

File metadata

File hashes

Hashes for softwareai_engine_library-1.0.23.tar.gz
Algorithm Hash digest
SHA256 33778b6d107b216d939e7d0cdd9d1ee2d961f7080936ab28edde190afd7a0fc5
MD5 1966abadf79f0bece9adf80f27ec9205
BLAKE2b-256 b934b5c6b00c5a77276de9cfbc1a45748793e3fe69a23a9dd074ea3150ca36a7

See more details on using hashes here.

File details

Details for the file softwareai_engine_library-1.0.23-py3-none-any.whl.

File metadata

File hashes

Hashes for softwareai_engine_library-1.0.23-py3-none-any.whl
Algorithm Hash digest
SHA256 51152c6cdba883302ebf17a73cd77848aaf8d6d3f8b15bf7efd7cfa1989f5378
MD5 1026e2e7b121035e9ffbee430404b613
BLAKE2b-256 0896b877e1814e8cfe109dc68decf7908a299011486fd369a6705a8db64c7b23

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page