You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agent = Agent("model_name", enable_memory = True)
agent.add_repo("url") # it will add the repo to the system prompt
agent.add_message("user", "Issue: xxx help me to solve it")
response = agent.generate_response()