Skip to content

Commit

Permalink
Update PYTHON_INTEGRATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simulanics authored Sep 21, 2024
1 parent 83e5871 commit 595ab27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PYTHON_INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ from agenticagi.agi_wrapper import AGIWrapper
# The AGI system executable location must be specified.
# Example path to the executable:
AGIPath = r"C:\Users\mcomb\Desktop\executables\windows\agi.exe"
# Supported Platforms: Windows, MacOS, Linux - x86 32/64 bit and ARM 32/64 bit - including Raspberry Pi

# Define your callback functions to process the AGI's outputs.
def thought_callback(data):
Expand Down

0 comments on commit 595ab27

Please sign in to comment.