Documentation
README
Framework Detection
When the user has existing Python code they want to integrate into Omnigent, detect the framework from import statements and recommend the appropriate executor type.
Detection Procedure
-
Ask the user for the path to their agent code (or look for Python files in the current directory if filesystem access is enabled).
-
Scan Python files for import patterns. Check in this priority order:
This is the opening of the README. Read the full README on GitHub.