- Commented in [crewAIInc/crewAI] on 2025-02-14.
AI Summary: @Vidit-Ostwal has suggested that the issue might be specific to the user's case, as they were unable to reproduce the error. They recommend checking the goals and description provided, or trying to get the output in a different format, such as JSON.
- Commented in [crewAIInc/crewAI] on 2025-02-14.
AI Summary: @Vidit-Ostwal has suggested that you should verify if the file path where your crew is running is the same as the path in the terminal where you are executing the
crewai reset-memories -a
command. This verification is crucial to ensure that the command operates on the correct crew and achieves - Commented in [crewAIInc/crewAI] on 2025-02-12.
AI Summary: @Vidit-Ostwal has suggested to explore whether this also gets appended to the Python output, acknowledging the observation made by @ninad-opsverse.
- Commented in [crewAIInc/crewAI] on 2025-02-12.
AI Summary: @Vidit-Ostwal has suggested merging the current pull request.
- Commented in [crewAIInc/crewAI] on 2025-02-11.
AI Summary: @Vidit-Ostwal has suggested incorporating a crew within a tool, along with parent agents. The tool should be capable of initiating a crew, which would be managed by a parent crew. This approach would enhance the organization and management of crews and agents within the tool ecosystem.
- Commented in [crewAIInc/crewAI] on 2025-02-11.
AI Summary: @Vidit-Ostwal suggests that instead of using a pre-computed or generalized manager, it is better to maintain personalized control by managing resources directly.
- Commented in [crewAIInc/crewAI] on 2025-02-11.
AI Summary: @Vidit-Ostwal has suggested that
human_input
should be used after the task execution to provide feedback on the generated response. Incorporating additional context duringhuman_input
is not recommended. Instead, users should provide all necessary inputs duringcrew.kickoff()
. This approach ensures that the agent receives all relevant information at the start of - Commented in [crewAIInc/crewAI] on 2025-02-11.
AI Summary: @Vidit-Ostwal has suggested incorporating context and information about available tools and agents into the Manager LLM. However, they caution against creating a separate
manager_note
field as the Manager LLM is internally similar to other agents. Instead, they propose allowing users to request descriptions, goals, and contexts for the Manager LLM - Commented in [langfuse/langfuse] on 2025-02-10.
AI Summary: @Vidit-Ostwal has suggested a revised Docker port configuration. They modified the ClickHouse port from 9000 to 9005, which resolved the issue. This simple change corrects the port mapping and allows the application to function properly.
- Commented in [langfuse/langfuse] on 2025-02-10.
AI Summary: @Vidit-Ostwal has suggested that the issue being encountered is due to a security process running on port 9000. This security process prevents the desired action from being executed on that port.
- Raised an issue in [crewAIInc/crewAI]: [BUG] LiteLLM call fails, when
human_input
set to True (2025-02-12).AI Summary: @Vidit-Ostwal has suggested that the issue with a Crew's
human_input
failing for user inputs is due to the lite LLM not being assigned the user role when called. They have included a screenshot to illustrate the problem. To resolve this, feedback should be added in the user role. - Raised an issue in [BerriAI/litellm]: [Bug]: Support to Google AI Studio (2025-02-11).
AI Summary: @Vidit-Ostwal has suggested an issue with calling the litellm API using the Google Studio API. When calling completion, an error is encountered stating that the contents are not specified. The error code is 400, with the status "INVALID_ARGUMENT." The comment also provides a code snippet, but no relevant log output
- Raised an issue in [langfuse/langfuse]: bug: Running Langfuse Locally Dcoker (2025-02-08).
AI Summary: @Vidit-Ostwal has suggested that when attempting to set up Langfuse via Docker Compose, they encountered an issue where port 9000, used by both ClickHouse and MinIO, was already occupied by another process. Changing the port resulted in an error, indicating that port 9000 is internally referenced elsewhere. They request assistance
- Raised an issue in [crewAIInc/crewAI]: Documentation Error in memory docs (2025-02-04).
AI Summary: @Vidit-Ostwal has suggested that the documentation for embedder functions should be updated to replace the
model_name
parameter withmodel
. This change is necessary because the embedder functions currently take the input ofmodel
instead ofmodel_name
. The specific examples in the documentation that need to be updated include: - https://docs.crewai.com/concepts/memory#using-azure-openai-embeddings - Raised an issue in [crewAIInc/crewAI]: output_log_file should also suppport JSON format. (2025-01-27).
AI Summary: @Vidit-Ostwal has suggested adding a JSON format option to the output_log_file for better readability and parsability. This would address issue #1970. They are willing to contribute to the feature implementation.
- Opened a PR in [crewAIInc/crewAI]: Added user message before calling litellm (2025-02-12).
AI Summary: @Vidit-Ostwal has suggested resolving issue #2111 by adding a user message formatted by "feedback." This modification addresses the issue's concerns and presents a comprehensive solution.
- Opened a PR in [crewAIInc/crewAI]: Added functionality to have any llm run test functionality (2025-02-09).
AI Summary: @Vidit-Ostwal has suggested a fix for the issue raised in #2067. Unfortunately, the comment does not provide any details about the nature of the fix or the approach taken to resolve the issue.
- Opened a PR in [crewAIInc/crewAI]: Added reset memories function inside crew class (2025-02-06).
AI Summary: @Vidit-Ostwal has suggested a fix for the memory reset issue discussed in issue #2023. However, they also noted additional necessary changes: removing the CLI command for memory reset and making documentation updates. @Vidit-Ostwal has indicated a willingness to implement these changes, pending confirmation of alignment with the proposed solution.
- Opened a PR in [crewAIInc/crewAI]: Fixed the memory documentation (2025-02-04).
AI Summary: @Vidit-Ostwal has suggested the documentation issue mentioned in #2030 be fixed.
- 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 a feature to save logs as a JSON file. This is done by setting the output_log_file parameter to True or providing a file name and setting save_as_json to True. The generated JSON file contains an array of JSON events, making it easy to parse and use
- Starred bespokelabsai/curator on 2025-02-13.
- Starred dipanjanS/training-fine-tuning-large-language-models-workshop-dhs2024 on 2025-02-12.
- Starred sentient-engineering/sentient on 2025-02-08.
- Starred langflow-ai/langflow on 2025-02-07.
- Starred langfuse/langfuse on 2025-02-04.
- Forked crewAIInc/crewAI on 2025-01-27.
- Forked explodinggradients/ragas on 2025-01-24.