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

Adding support for screenshots and video #55

Merged
merged 5 commits into from
Dec 15, 2023
Merged

Conversation

HowieG
Copy link
Contributor

@HowieG HowieG commented Dec 15, 2023

📥 Pull Request

📘 Description
Adding support for event screenshots and session videos

🔄 Related Issue (if applicable)
N/A

🎯 Goal
Adding screenshot and video members to the Event and Session classes respectively so that we may capture screenshots of events (e.g. snapshot of web page) and videos of sessions (e.g. screen recording of web journey)

🔍 Additional Context
First integration will be the MultiOn API
Screenshot: string (e.g. base64, url)
Video: string (e.g. url)

🧪 Testing
Run MultiOn Jupyter examples with new_session/update_session() and get_video()

@areibman areibman linked an issue Dec 15, 2023 that may be closed by this pull request
agentops/event.py Outdated Show resolved Hide resolved
Copy link
Contributor

@areibman areibman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@areibman areibman merged commit 3432d6e into AgentOps-AI:main Dec 15, 2023
@HowieG HowieG mentioned this pull request Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Save recording and screenshots for web-browser demos
2 participants