This is an automated email from the ASF dual-hosted git repository.

skrawcz pushed a change to branch stefan/add-skills
in repository https://gitbox.apache.org/repos/asf/burr.git


    omit 2e90eaf0 Delete multi-source/target transitions section
    omit 92cb8cae Reorganize best practices in SKILL.md
    omit 13ccfc4b Remove state immutability and deterministic actions sections
    omit b674da88 Add comprehensive state management patterns to skill 
documentation
    omit 0949357d Reorganize Claude Code plugin for marketplace distribution
    omit 1d644f35 Fix Claude Code skill documentation for Apache Burr
    omit 68cac404 Add Claude Code skill for Burr
     add c3e748ce Update OpenAI model in multi-agent collaboration example
     add 9427dc5c Add override_state_values support to initialize_from
     add 5a38e015 Add unit test for override_state_values in initialize_from
     add 51b7a415 Fix test to respect initialize_from entrypoint rules
     add cc0d8e38 Update application.py
     add 52a4714b Fixes precommit
     add 2e9595fc fix voter workflow in README (#630)
     add bc223780 Update OpenAI model in LCEL multi-agent example
     add 00901a60 feat: deploy Burr in Vercel
     add 374aa8fb chore: remove test settings
     add 2c0ccb08 chore: add EOL
     add f2ee1939 chore: remove additional line
     add 45c0538f fix: add ASF license section
     add a2d10a6f Burr 0.42.0 release prep (#651)
     add 9237df20 ui: add toggle to show/hide input nodes in graph view
     add 8a975b02 core: add AST-based linter for undeclared state reads in 
function-bas… (#656)
     add d2214d9d chore: add ASF license headers to requirements.txt and 
.gitignore files
     add a1fd3384 fix: wheel LICENSE should not reference examples-only MIT 
files (#641)
     add b6b511d0 chore: remove phone-home telemetry per ASF policy
     add 5d7267c5 chore: add deprecation warnings to telemetry stub functions
     add 9f803ab7 Add Claude Code skill for Burr
     add 284e0349 Fix Claude Code skill documentation for Apache Burr
     add 1ab60705 Reorganize Claude Code plugin for marketplace distribution
     add 3552612e Add comprehensive state management patterns to skill 
documentation
     add b53e0dd5 Remove state immutability and deterministic actions sections
     add f07a4c32 Reorganize best practices in SKILL.md
     add e29771c1 Address PR review feedback on skill documentation

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2e90eaf0)
            \
             N -- N -- N   refs/heads/stefan/add-skills (e29771c1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .claude/plugins/burr/skills/burr/SKILL.md          | 156 +----------
 .claude/plugins/burr/skills/burr/api-reference.md  |  20 +-
 .claude/plugins/burr/skills/burr/examples.md       |  13 +-
 .claude/plugins/burr/skills/burr/patterns.md       | 145 +++-------
 .../plugins/burr/skills/burr/troubleshooting.md    |   4 +-
 .gitignore                                         |  17 ++
 .pre-commit-config.yaml                            |  25 +-
 .style.yapf                                        |  25 +-
 LICENSE => LICENSE-wheel                           |  27 --
 burr/cli/__main__.py                               |  11 +-
 burr/core/action.py                                |  58 +++-
 burr/core/application.py                           |  22 +-
 burr/core/graph.py                                 |   2 -
 burr/telemetry.py                                  | 303 ++-------------------
 .../server/s3/deployment/terraform/.gitignore      |  17 ++
 .../s3/deployment/terraform/.terraform.lock.hcl    |  25 +-
 docs/examples/chatbots/basic-chatbot.ipynb         |   8 +
 docs/examples/chatbots/gpt-like-chatbot.ipynb      |  34 ++-
 docs/examples/chatbots/rag-chatbot-hamilton.ipynb  |   8 +
 .../simple/choose-your-own-adventure.ipynb         |  39 +--
 docs/examples/simple/counter.ipynb                 |   8 +
 docs/examples/simple/cowsay.ipynb                  |   8 +
 docs/reference/index.rst                           |   1 -
 docs/reference/telemetry.rst                       |  66 -----
 examples/adaptive-crag/notebook.ipynb              |   7 +
 examples/adaptive-crag/requirements.txt            |  17 ++
 .../graph_db_example/ingest_notebook.ipynb         |   8 +
 .../graph_db_example/notebook.ipynb                |   8 +
 .../graph_db_example/requirements.txt              |  17 ++
 .../simple_example/notebook.ipynb                  |   8 +
 .../simple_example/requirements.txt                |  17 ++
 examples/custom-serde/notebook.ipynb               |   8 +
 examples/custom-serde/requirements.txt             |  17 ++
 examples/deep-researcher/notebook.ipynb            |  28 +-
 examples/deep-researcher/requirements.txt          |  25 +-
 examples/deployment/aws/lambda/requirements.txt    |  17 ++
 examples/deployment/vercel/README.md               | 142 ++++++++++
 examples/deployment/vercel/api/counter.py          | 129 +++++++++
 .../deployment/vercel/app}/__init__.py             |   0
 .../{aws/lambda => vercel}/app/counter_app.py      |   0
 .../deployment/vercel/requirements.txt             |   3 +-
 examples/email-assistant/notebook.ipynb            |  16 +-
 examples/email-assistant/requirements.txt          |  25 +-
 examples/hamilton-integration/notebook.ipynb       |   7 +
 examples/hamilton-integration/requirements.txt     |  17 ++
 examples/haystack-integration/notebook.ipynb       |   7 +
 examples/hello-world-counter/notebook.ipynb        |  16 +-
 examples/hello-world-counter/requirements.txt      |  17 ++
 examples/image-telephone/notebook.ipynb            |   8 +
 examples/image-telephone/requirements.txt          |  17 ++
 examples/instructor-gemini-flash/notebook.ipynb    |   7 +
 examples/instructor-gemini-flash/requirements.txt  |  17 ++
 .../hamilton/image-telephone/requirements.txt      |  17 ++
 examples/llm-adventure-game/notebook.ipynb         |   8 +
 examples/llm-adventure-game/requirements.txt       |  17 ++
 .../hamilton/func_agent.py                         |   2 +-
 .../hamilton/notebook.ipynb                        |   8 +
 .../hamilton/requirements.txt                      |  17 ++
 .../multi-agent-collaboration/lcel/application.py  |   2 +-
 .../multi-agent-collaboration/lcel/notebook.ipynb  |   8 +
 .../lcel/requirements.txt                          |  17 ++
 .../multi-agent-collaboration/requirements.txt     |  17 ++
 examples/multi-modal-chatbot/burr_demo.ipynb       |  46 ++--
 examples/multi-modal-chatbot/notebook.ipynb        |  16 +-
 examples/multi-modal-chatbot/requirements.txt      |  25 +-
 examples/openai-compatible-agent/requirements.txt  |  17 ++
 examples/opentelemetry/notebook.ipynb              |   8 +
 examples/other-examples/cowsay/notebook.ipynb      |   8 +
 examples/other-examples/cowsay/requirements.txt    |  17 ++
 examples/parallelism/notebook.ipynb                |   8 +
 examples/pytest/requirements.txt                   |  17 ++
 examples/rag-lancedb-ingestion/notebook.ipynb      |   7 +
 examples/rag-lancedb-ingestion/requirements.txt    |  17 ++
 examples/ray/notebook.ipynb                        |   8 +
 examples/recursive/notebook.ipynb                  |   8 +
 examples/recursive/requirements.txt                |  17 ++
 examples/simple-chatbot-intro/notebook.ipynb       |   8 +
 examples/simple-chatbot-intro/requirements.txt     |  17 ++
 examples/streaming-fastapi/notebook.ipynb          |  16 +-
 examples/streaming-overview/notebook.ipynb         |   8 +
 examples/streaming-overview/requirements.txt       |  17 ++
 examples/talks/data_for_ai_oct_2024.ipynb          |   8 +
 examples/test-case-creation/notebook.ipynb         |   8 +
 examples/test-case-creation/requirements.txt       |  17 ++
 examples/tool-calling/notebook.ipynb               |   8 +
 examples/tool-calling/requirements.txt             |  17 ++
 examples/tracing-and-spans/burr_otel_demo.ipynb    |   8 +
 examples/tracing-and-spans/notebook.ipynb          |   8 +
 examples/tracing-and-spans/requirements.txt        |  17 ++
 examples/typed-state/notebook.ipynb                |   8 +
 .../youtube-to-social-media-post/notebook.ipynb    |   7 +
 pyproject.toml                                     |  22 +-
 scripts/README.md                                  |  89 ++++--
 scripts/apache_release.py                          |  48 +++-
 scripts/verify_apache_artifacts.py                 |  42 ++-
 setup.cfg                                          |  25 +-
 telemetry/ui/.eslintignore                         |  25 +-
 telemetry/ui/.gitignore                            |  17 ++
 telemetry/ui/.prettierignore                       |  25 +-
 telemetry/ui/public/robots.txt                     |  25 +-
 .../ui/src/components/routes/app/GraphView.tsx     |  47 ++--
 tests/conftest.py                                  |   4 -
 tests/core/test_action.py                          |  55 ++++
 tests/core/test_application.py                     |  36 +++
 tests/integrations/serde/test_pandas.py            |  16 +-
 105 files changed, 1620 insertions(+), 1007 deletions(-)
 copy LICENSE => LICENSE-wheel (89%)
 delete mode 100644 docs/reference/telemetry.rst
 create mode 100644 examples/deployment/vercel/README.md
 create mode 100644 examples/deployment/vercel/api/counter.py
 copy {burr => examples/deployment/vercel/app}/__init__.py (100%)
 copy examples/deployment/{aws/lambda => vercel}/app/counter_app.py (100%)
 copy burr/tracking/server/run.sh => 
examples/deployment/vercel/requirements.txt (94%)
 mode change 100755 => 100644

Reply via email to