Skip to content

Conversation

@coxine
Copy link
Collaborator

@coxine coxine commented Aug 18, 2025

This PR addresses feature request #58 and introduces AgentOps integration along with documentation and setup improvements.

AgentOps Integration

  • Added agentops.init() in main.py for proper initialization at runtime.
  • Added support for decorators (@agent, @operation, @trace) to enable real-time monitoring and tracing in existing multi-agent systems.

Documentation & Examples

  • Updated quick start and extension guides with AgentOps usage instructions.
  • Expanded implementation docs and checklists for custom MAS and evaluators.

Overall, this improves MASArena’s extensibility, monitoring, and onboarding experience.

2. **Configure Environment Variables:**
2. **Configure Environment Variables:**
Create a `.env` file in the project root and set your OpenAI API key and desired model.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add this API key to .env.example

requirements.txt Outdated
# This file was autogenerated by uv via the following command:
# uv pip compile --all-extras --output-file requirements.txt pyproject.toml
absl-py==2.2.2
# via project-multi-agents-benchmark (pyproject.toml)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please don't use 'project-multi-agents-benchmark' as the repository name

@RuishanFang RuishanFang merged commit ed00628 into main Aug 21, 2025
3 checks passed
@RuishanFang RuishanFang deleted the agentops-implementation branch August 21, 2025 13:36
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.

3 participants