chore: initial import
This commit is contained in:
14
agentic_review.py
Normal file
14
agentic_review.py
Normal file
@@ -0,0 +1,14 @@
|
||||
import os
|
||||
|
||||
from AgenticWorkflow import AgenticWorkflow
|
||||
|
||||
|
||||
def main():
|
||||
user_id = os.getenv("TARGET_USER_ID")
|
||||
operator_hint = os.getenv("AGENTIC_OPERATOR_HINT")
|
||||
response = AgenticWorkflow.runHourlyReview(user_id, operator_hint)
|
||||
print(f"[agentic] response: {response}")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user