Skip to content

Conversation

@sbera77
Copy link
Contributor

@sbera77 sbera77 commented Mar 11, 2025

Removed pycache and *.egg-info directories

@sbera77 sbera77 mentioned this pull request Mar 11, 2025
@sbera77 sbera77 changed the title Cleanup __pycache__ and *.egg-info directories Cleanup __pycache__ and *.egg-info directories and fix typo in README Mar 11, 2025
@sbera77 sbera77 changed the title Cleanup __pycache__ and *.egg-info directories and fix typo in README Cleanup still remaining __pycache__ and *.egg-info directories and fix typo in README Mar 11, 2025
@sbera77
Copy link
Contributor Author

sbera77 commented Mar 11, 2025

@rm-openai Could you please review this PR when you have time? Thanks!

@rm-openai
Copy link
Collaborator

I'm taking care of this separately - appreciate the PR though!

@rm-openai rm-openai closed this Mar 11, 2025
DeanLuus22021994 pushed a commit to DeanLuus22021994/openai-agents-python that referenced this pull request Nov 8, 2025
HIGH PRIORITY openai#4 - Docker Compose Profile Configuration Fixed

Changes:
- Fixed devcontainer.json: 'app'  'app-dev' service reference
- Updated runServices to match docker-compose.yml services
- Added Docker Compose Profiles section to README.md

Profile Documentation:
- dev (default): Development environment with hot reload
- prod: Production deployment with resource limits
- actors: Enables Dapr Placement service for actors/workflows

VS Code Integration:
- Tasks already configured for all profiles
- DevContainer now correctly references app-dev service
- All services (app-dev, redis, postgres, dapr-sidecar) properly defined

Verification:
- Current stack running with correct app-dev service
- All 4 containers healthy and running
- DevContainer configuration now matches docker-compose.yml
DeanLuus22021994 pushed a commit to DeanLuus22021994/openai-agents-python that referenced this pull request Nov 8, 2025
- Add missing methods to ContainerService base class (add_port, set_health_check, add_environment, add_volume)
- Create concrete implementations for RedisService and PostgresService
- Fix ServiceFactory to use correct imports and implementations
- Update all module imports to use new directory structure
- Add health_check, command, and profiles instance variables
- Ensure compose config includes all necessary fields
- Remove app-dev profile restriction for DevContainer compatibility

HIGH PRIORITY openai#3 & openai#4 progress:
- Verified all documented classes exist and work
- Fixed docker-compose profile configuration
- All infrastructure Python files now properly implemented
DeanLuus22021994 pushed a commit to DeanLuus22021994/openai-agents-python that referenced this pull request Nov 8, 2025
Updated .devcontainerPLAN.md with:
- HIGH PRIORITY openai#3 completion details (Infrastructure Implementation)
  * Implementation summary with all fixes and additions
  * Test suite results (all tests passed)
  * Class verification checklist
  * Actual effort: 3 hours (vs 4-6h estimated)
  * Commits: a7f74f7, 64b89f7

- HIGH PRIORITY openai#4 completion details (Docker Compose Profiles)
  * Fixed docker-compose.yml (removed app-dev profile restriction)
  * Verified devcontainer.json already correct
  * Documented existing profile documentation and tasks
  * Actual effort: 0.5 hours (vs 1-2h estimated)
  * Commits: a7f74f7, 816fa06

- Updated effort summary:
  * Total HIGH PRIORITY: 5.5 hours actual vs 9-14 hours estimated
  * Efficiency: 61% better than estimated
  * Overall progress: 31% complete (4/13 items)

All HIGH PRIORITY items (4/4) now complete
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.

2 participants