suna/backend/agent
LE Quoc Dat 09751be00b AI: when it comes to morph api key:
this is the correct endpoint : """Python

Copy

Ask AI
from openai import OpenAI

client = OpenAI(
    api_key="your-morph-api-key",
    base_url="https://api.morphllm.com/v1"
)"""
2025-07-24 13:04:46 +02:00
..
sample_responses AI: in the prompt , can you fix the example of making changes to a file? We should make in value the edit_file, not replace string or full rewrite. 2025-07-24 12:52:57 +02:00
tools AI: when it comes to morph api key: 2025-07-24 13:04:46 +02:00
versioning chore(dev): workflowx and ux improvement 2025-07-16 23:16:10 +05:30
__init__.py agent wip 2025-04-11 00:53:01 +01:00
agent_builder_prompt.py fix: agent builder & agents ui 2025-07-12 02:12:23 +05:30
api.py fix ui issues 2025-07-20 10:19:42 +05:30
config_helper.py versioning code refactor 2025-07-13 23:26:24 +05:30
gemini_prompt.py AI: in the prompt , can you fix the example of making changes to a file? We should make in value the edit_file, not replace string or full rewrite. 2025-07-24 12:52:57 +02:00
prompt.py edit_file 2025-07-24 12:46:57 +02:00
run.py edit_file 2025-07-24 12:46:57 +02:00
utils.py feat: app profile integrations UI 2025-07-11 10:14:59 +05:30