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

[BUG] [Artifacts are not working as expected] #656

Closed
kyegomez opened this issue Dec 3, 2024 · 0 comments · Fixed by #664
Closed

[BUG] [Artifacts are not working as expected] #656

kyegomez opened this issue Dec 3, 2024 · 0 comments · Fixed by #664
Assignees
Labels
bug Something isn't working

Comments

@kyegomez
Copy link
Owner

kyegomez commented Dec 3, 2024

  • no file is being generated
from swarms import Agent

Agent(
    agent_name="Stock-Analysis-Agent",
    model_name="gpt-4o-mini",
    max_loops=1,
    interactive=False,
    streaming_on=True,
    artifacts_on=True,
    artifacts_output_path="hft_stocks",
    artifacts_file_extension=".md",
).run("What are 5 hft algorithms")

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@kyegomez kyegomez added the bug Something isn't working label Dec 3, 2024
@kyegomez kyegomez self-assigned this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant