Skip to content

feat: developing-deepagent skill add#63

Merged
qjrm1430 merged 5 commits intomainfrom
feat/developing-deepagent
Mar 31, 2026
Merged

feat: developing-deepagent skill add#63
qjrm1430 merged 5 commits intomainfrom
feat/developing-deepagent

Conversation

@qjrm1430
Copy link
Copy Markdown
Member

@qjrm1430 qjrm1430 commented Mar 31, 2026

🚀 PR Type (Required)

Select one and delete the others:

  • 🎯 Ready for Review - All quality checks passed, ready for merge
  • 🔄 Draft/WIP - Early feedback welcome (tests/docs may be incomplete)
  • ⚡ Quick Fix - Urgent fix requiring expedited review

Proact0 Culture: We value early collaboration! Draft PRs are encouraged for complex changes.


📝 Summary

📄 Description

🔗 Issue / Dependencies / Mentions

  • Issue:
  • Dependencies:
  • SNS handle:

💪 Ownership (Required)

  • Hand-raise: I will monitor the impact of this change and take responsibility for follow-up issues

Extreme Ownership: At Proact0, we track not just code changes, but their impact on team productivity.

✅ Quality Checks (Required for "Ready for Review" only)

  • uv run ruff check . passed
  • uv run pytest -q passed

Draft/WIP PRs: Skip quality checks for early feedback - just mark as Draft!

💡 Notes (Optional)

🔗 Related Issue(s)

jh.park and others added 4 commits February 18, 2026 23:33
- Introduced the `developing-deepagent` skill with comprehensive documentation on its usage and implementation.
- Added various backend resources including `CompositeBackend`, `CustomBackend`, `FilesystemBackend`, `StateBackend`, and `StoreBackend` to support diverse storage needs.
- Implemented `create_deep_agent` factory function and `Deep Agent Harness` documentation for streamlined agent creation and management.
- Included human-in-the-loop (HITL) functionality and cross-thread persistence guidelines to improve agent interaction and state management.
- Updated version numbers for `architecting-act` and `developing-cast` skills to 2026.02.18.
- Clarified usage guidelines in `developing-cast` to specify when to use `developing-deepagent` for DeepAgent harness implementations.
…entation updates

- Updated version to 2026.03.31.
- Added support for binary file storage in `StateBackend` and `StoreBackend`.
- Introduced `AsyncSubAgent` for launching non-blocking background tasks.
- Enhanced summarization middleware to auto-trigger on `ContextOverflowError`.
- Improved OpenAI middleware with Responses API configuration options.
- Clarified usage of `read_file` to support multimodal content.
- Updated documentation across various resources to reflect new capabilities and usage guidelines.
@qjrm1430 qjrm1430 self-assigned this Mar 31, 2026
@qjrm1430 qjrm1430 changed the title Feat/developing deepagent feat: developing-deepagent skill add Mar 31, 2026
@qjrm1430 qjrm1430 merged commit e892319 into main Mar 31, 2026
3 of 4 checks passed
@qjrm1430 qjrm1430 deleted the feat/developing-deepagent branch April 1, 2026 00:42
@qjrm1430 qjrm1430 linked an issue Apr 2, 2026 that may be closed by this pull request
3 tasks
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.

Langchain DeepAgent 지원

1 participant