diff --git a/.gitignore b/.gitignore index 225332c6..e940c833 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,7 @@ state.json # SQLite *.db + +# .DS_Store files +.DS_Store +**/.DS_Store diff --git a/README.md b/README.md index e69de29b..497bd53b 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +# AgentPress \ No newline at end of file diff --git a/backend/agent/run.py b/backend/agent/run.py index 2fa20192..5783c974 100644 --- a/backend/agent/run.py +++ b/backend/agent/run.py @@ -101,8 +101,8 @@ async def run_agent(thread_id: str, project_id: str, stream: bool = True, thread # temporary_message=state_message, llm_model=model_name, llm_temperature=0, - # llm_max_tokens=64000, - llm_max_tokens=32768, + llm_max_tokens=64000, + # llm_max_tokens=32768, tool_choice="auto", max_xml_tool_calls=1, processor_config=ProcessorConfig( diff --git a/backend/agent/tools/data_source_tool.py b/backend/agent/tools/data_source_tool.py new file mode 100644 index 00000000..e69de29b