Skip to content

docs: write module READMEs, CHANGELOG, and create example pipelines - #89

Open
archittmittal wants to merge 1 commit into
mainfrom
docs/readmes-and-examples
Open

docs: write module READMEs, CHANGELOG, and create example pipelines#89
archittmittal wants to merge 1 commit into
mainfrom
docs/readmes-and-examples

Conversation

@archittmittal

Copy link
Copy Markdown
Collaborator

This Pull Request resolves Issue #7.

Key Changes:

  • Module Documentation: Authored clean setup readmes for the server (packages/server/README.md) and UI dashboard (packages/ui/README.md).
  • Release Tracking: Created a root CHANGELOG.md tracking all updates (Zustand layout, WS ingestion, database schema adjustments, SQLite pruning, cost pattern estimation, and trace decorator resilience).
  • Runnable Integration Examples:
    • examples/01_basic_chain.py: Demonstrates simple LangChain LLM execution logs using the custom AgentScopeCallback handler with key-free FakeListLLM.
    • examples/02_agent_executor.py: Demonstrates ReAct reasoning agents invoking a custom calculation tool.
    • examples/03_decorator_trace.py: Demonstrates @trace function-level decorators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant