Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions examples/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ This examples provides of using various AgentScope-Bricks components in differe
- `create_component.py` - Component creation and configuration examples

#### Advanced Integration
- `memory_with_llm.py` - Long-term Memory integrated with LLM models
- `rag_with_llm.py` - RAG with LLM call
- `search_with_llm.py` - Search components with LLM processing

Expand All @@ -26,7 +25,6 @@ export PYTHONPATH=$PYTHONPATH:/path/to/agentscope-bricks/project
2. Run individual examples:
```shell
python llm_service.py # Basic LLM streaming service
python memory_with_llm.py # Memory + LLM integration
python rag_with_llm.py # RAG with LLM
python search_with_llm.py # Search with LLM
```
203 changes: 0 additions & 203 deletions examples/components/memory_with_llm.py

This file was deleted.

Empty file added examples/memory/__init__.py
Empty file.
Loading