Skip to content
View Vidit-Ostwal's full-sized avatar

Block or report Vidit-Ostwal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Vidit-Ostwal/README.md

Recent GitHub Activity for Vidit-Ostwal

πŸ’¬ Recent Comments

  • 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 during human_input is not recommended. Instead, users should provide all necessary inputs during crew.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.

πŸ› Issues Raised

  • 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 with model. This change is necessary because the embedder functions currently take the input of model instead of model_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.

πŸš€ Pull Requests

  • 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 Repositories

🍴 Forked Repositories

Pinned Loading

  1. BeRC BeRC Public

    Forked from Vidit-Ostwal-zz/BeRC

    Beat Recommender

    Python

  2. DSA-Codes-1 DSA-Codes-1 Public

    Forked from Vidit-Ostwal-zz/DSA-Codes

    Contains solution of all the solved question

    C++

  3. HealthMentee HealthMentee Public

    Forked from Vidit-Ostwal-zz/HealthMentee

    Bridging the gap between doctors and patients, transforming in-person one to one interaction to over-the-internet remote video calls, providing a platform where patients can meet with respective do…

    HTML

  4. Crewai-x-Ragas Crewai-x-Ragas Public

    Library in development that integrates Ragas Eval with CrewAI, enabling seamless and automated evaluation workflows.