Skip to content
View miladosos's full-sized avatar

Block or report miladosos

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. divar-ir/ai-doc-gen divar-ir/ai-doc-gen Public

    AI-powered multi-agent system that automatically analyzes codebases and generates comprehensive documentation. Features GitLab integration, concurrent processing, and multiple LLM support for bette…

    Python 752 80

  2. trip-advisor-sample trip-advisor-sample Public

    A demonstration of CrewAI framework capabilities through an autonomous trip planning assistant that recommends destinations, gathers city details, and generates comprehensive travel itineraries bas…

    Python 2

  3. ubroker ubroker Public

    Forked from arcana261/ubroker

    exercise for distributed systems course

    Go 1

  4. A simple benchmark to check file rea... A simple benchmark to check file reading in python
    1
    import os
    2
    import random
    3
    import string
    4
    import tempfile
    5
    import timeit