- Commented in [crewAIInc/crewAI] on 2025-01-28.
AI Summary: @Vidit-Ostwal has suggested that the current limitation of allowing only one or two agents to work simultaneously hinders Crew AI's production readiness. They emphasized the need for scaling beyond 10 agents to address latency issues and improve efficiency. @Vidit-Ostwal expressed interest in contributing to a potential PR that addresses this
- Commented in [crewAIInc/crewAI] on 2025-01-28.
AI Summary: @Vidit-Ostwal has suggested providing a code example to clarify the issue. They propose creating an output class for Task 1 with a "detail" field. This output would serve as input for subsequent tasks. The raised issue stems from the presence of a "detail" parameter in 'task2' without a prior definition.
- Commented in [crewAIInc/crewAI] on 2025-01-28.
AI Summary: @Vidit-Ostwal has suggested that the provided description is confusing and has requested to provide the complete code. They believe that this will help them understand the issue better.
- Commented in [crewAIInc/crewAI] on 2025-01-28.
AI Summary: @Vidit-Ostwal has suggested that Sequential is essential if the output of one agent is the input for another. However, if the process flow is not predefined,
kickoff()
can be run asynchronously. For more details, please refer to the linked documentation. - Commented in [crewAIInc/crewAI] on 2025-01-28.
AI Summary: @Vidit-Ostwal has suggested that @joaomdmoura should review a submission. No specific details or code snippets were included in the comment.
- Raised an issue in [crewAIInc/crewAI]: output_log_file should also suppport JSON format. (2025-01-27).
AI Summary: @Vidit-Ostwal has suggested a feature to add JSON format support to the output_log_file. Currently, the log file is in .txt format, which is not easily parsable for further analysis. By adding JSON support, the log file will become more useful and will partially address issue #1970. @Vidit-Ostwal is willing to
- Raised an issue in [browser-use/browser-use]: Use of use_vision while defining agent (2025-01-26).
AI Summary: @Vidit-Ostwal has suggested that the purpose of
use_vision=True
when defining an agent is unclear. They inquire whether screenshots are processed differently using multimodal LLM, or if they still rely on element scraping. They note that the only observed difference is the saving of a.gif
file. Additionally, they seek a
- Opened a PR in [crewAIInc/crewAI]: Added functionality to have json format as well for the logs (2025-01-27).
AI Summary: @Vidit-Ostwal has suggested adding support to save logs in a JSON file. When initializing the Crew class, users can now set output_log_file to True or specify a filename like "log.json" along with setting save_as_json to True. By doing this, a JSON file containing an array of JSON events will be
- Opened a PR in [explodinggradients/ragas]: Changed the parse_run_traces to include last 4 letters of run_id (2025-01-25).
AI Summary: @Vidit-Ostwal has suggested modifying the
parse_run_traces
function to incorporate the last four characters of therun_id
for each trace. By doing so, a unique key is generated for every function call, ensuring distinctiveness. This change addresses the issue of duplicate keys and enhances the accuracy of the function. - Opened a PR in [explodinggradients/ragas]: Change the validate_samples functionality (2025-01-24).
AI Summary: @Vidit-Ostwal has suggested a modification to the
validate_samples
functionality. This update will provide additional information by identifying the specific indexed sample that is causing any issues. By providing this detail, the modification aims to enhance the diagnostic capabilities and facilitate more precise troubleshooting.
- Starred browser-use/browser-use on 2025-01-26.
- Starred crewAIInc/crewAI on 2025-01-25.
- Starred explodinggradients/ragas on 2025-01-24.
- Forked crewAIInc/crewAI on 2025-01-27.
- Forked explodinggradients/ragas on 2025-01-24.