Skip to content

Feature/refactor rust actor#45

Closed
reiase wants to merge 5 commits intomainfrom
feature/refactor_rust_actor
Closed

Feature/refactor rust actor#45
reiase wants to merge 5 commits intomainfrom
feature/refactor_rust_actor

Conversation

@reiase
Copy link
Contributor

@reiase reiase commented Jan 24, 2026

Overview:

Details:

Where should the reviewer start?

Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)

  • closes GitHub issue: #xxx

…tructure and remove deprecated features

- Updated README files to clarify the usage of the `pulsing actor` command, now requiring full class paths for actor types.
- Enhanced documentation for starting actors, including examples for the new Router and worker classes.
- Removed references to the deprecated `pulsing actor list` command, replacing it with `pulsing inspect` for actor system observation.
- Updated various examples and guides to align with the new command structure and improve user understanding.
…onality

- Introduced `pulsing_pingpong.py` demonstrating a simple ping-pong interaction using the @Remote decorator.
- Added `pulsing_research.py` showcasing a multi-agent research workflow with Researcher, Analyst, and Reporter agents.
- Created `chaos_proof.py` to illustrate actor resilience with automatic restarts on failure, simulating task completion despite crashes.
- Implemented `function_to_fleet.py` to demonstrate scaling functions into a fleet of workers for improved throughput.
- Updated README with new examples and usage instructions for enhanced clarity and user guidance.
- Added new sections to the API documentation, including an overview of core concepts and detailed usage patterns for the Pulsing framework.
- Updated existing examples to reflect recent changes in actor spawning and resolution methods, ensuring clarity and usability.
- Improved documentation for the `@pul.remote` decorator and actor lifecycle management, providing clearer guidance for users.
- Introduced new API reference files for both Python and Rust, enhancing accessibility and understanding of the framework's capabilities.
- Refactored various documentation files to improve consistency and readability across the codebase.
…g framework

- Revised descriptions in `README.md`, `README.zh.md`, and `llms.binding.md` to emphasize Pulsing as a distributed actor framework with specialized support for AI applications.
- Improved site description in `mkdocs.yml` for better alignment with the framework's capabilities.
- Added a comprehensive FAQ section in `faq.md` and its Chinese counterpart `faq.zh.md`, addressing common user questions and installation issues.
- Enhanced navigation structure in `mkdocs.yml` for better accessibility to documentation resources.
- Updated API overview documentation to reflect recent changes and improve user understanding of the framework's functionalities.
@reiase reiase closed this Jan 24, 2026
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
python/pulsing/topic/broker.py 85.71% 1 Missing ⚠️
Files with missing lines Coverage Δ
python/pulsing/actor/remote.py 67.80% <ø> (ø)
python/pulsing/actors/router.py 0.00% <ø> (ø)
python/pulsing/agent/runtime.py 100.00% <ø> (ø)
python/pulsing/topic/broker.py 77.92% <85.71%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Comments