ottomator-agents
ottomator-agents copied to clipboard
All the open source AI Agents hosted on the oTTomator Live Agent Studio platform!
Maybe you can build a MCP for this? :)
`pydantic_ai.exceptions.ModelHTTPError: status_code: 429, model_name: gpt-4.1-mini, body: {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type':...
Hi Cole, Would be awesome to be able to handle files. Any chance to see this poping in the next update ? :) Thanks.
This PR adds a new module that integrates Slack with the MCP Agent system. The slack-bot-listener provides a robust way to monitor Slack channels and process messages through AI agents....
# Dynamic Model Selection Feature - Implementation Summary ## Overview We've implemented a dynamic model selection feature for the MCP Agent Army that allows the system to automatically choose the...
Dependency on openAI/Anthropic makes it unnecessarily expensive. GPT4o and Sonnet cost several times more than Gemini or Deepseek.
The issue that I have seems to be with the error: in streamlit ui File "c:\Users\HP\Desktop\proj 1\.venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 121, in exec_func_with_error_handling result = func() File "c:\Users\HP\Desktop\proj 1\.venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 640, in...
Hey, Please, see the .env file: - https://github.com/coleam00/ottomator-agents/blob/main/light-rag-agent/LightRAG/.env.example There's the typo as below: ``` OPENAI_API_EKY= ``` EKY :-) which should be fixed as KEY PS: I just would like to...