Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Multiple Output Format Support for Artifacts #621

Merged

Commits on Nov 4, 2024

  1. add output types to artifact

    added support for 
    - md
    - pdf
    - py 
    - txt
    sambhavnoobcoder authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ded744a View commit details
    Browse the repository at this point in the history
  2. Add test for output type

    add test for all output types
    sambhavnoobcoder authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    27e0e94 View commit details
    Browse the repository at this point in the history
  3. Update docs for new tyoes support

    updated docs to reflect on the changes in the types of artifact support .
    sambhavnoobcoder authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    01375d7 View commit details
    Browse the repository at this point in the history
  4. added reportlab

    need this for pdf creation from scratch , used in artifact output type
    sambhavnoobcoder authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c013640 View commit details
    Browse the repository at this point in the history
  5. Remove file path from comments

    make the comments more generailsed
    sambhavnoobcoder authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    63e0234 View commit details
    Browse the repository at this point in the history
  6. Add reportlab to pyproject.toml

    added dependency to pyproject.toml  .
    sambhavnoobcoder authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bef9140 View commit details
    Browse the repository at this point in the history