aiagent package

Subpackages

Submodules

aiagent.main module

Copyright (C) 2024 RidgeRun, LLC (http://www.ridgerun.com) All Rights Reserved.

The contents of this software are proprietary and confidential to RidgeRun, LLC. No part of this program may be photocopied, reproduced or translated into another programming language without prior written consent of RidgeRun, LLC. The user is free to modify the source code after obtaining a software license from RidgeRun. All source code changes must be provided back to RidgeRun without any encumbrance.

aiagent.main.main()

Main application

aiagent.main.parse_args()

Parse arguments

aiagent.server module

Copyright (C) 2024 RidgeRun, LLC (http://www.ridgerun.com) All Rights Reserved.

The contents of this software are proprietary and confidential to RidgeRun, LLC. No part of this program may be photocopied, reproduced or translated into another programming language without prior written consent of RidgeRun, LLC. The user is free to modify the source code after obtaining a software license from RidgeRun. All source code changes must be provided back to RidgeRun without any encumbrance.

class aiagent.server.Server(controllers: list, port=8550)

Bases: object

Flask server

start()

Run the server with given port.

Module contents