Skip to content

Commit 899210a

Browse files
authored
Merge pull request oracle-devrel#69 from jasperan/nacho
update free notebook
2 parents 5c050fb + 2ab7492 commit 899210a

3 files changed

Lines changed: 2542 additions & 3 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,8 @@ apps/agentic_rag/docs/plans/
183183
apps/agentic_rag/frontend/docs/plans/
184184

185185
# Playwright MCP files
186-
.playwright-mcp/
186+
.playwright-mcp/
187+
notebooks/episodic/conversations/fsagent_session_0010.md
188+
notebooks/episodic/tool_outputs/fsagent_session_0010/20260211_221258_arxiv_search_candidates.json
189+
notebooks/episodic/tool_outputs/fsagent_session_0010/20260211_230704_arxiv_search_candidates.json
190+
notebooks/config.yaml

apps/agentic_rag/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ oracledb
2121
sentence-transformers
2222
pytest
2323
pytest-asyncio
24-
# Local install of agent-reasoning (replace with PyPI version when published)
25-
-e /home/ubuntu/git/agent-reasoning
24+
agent-reasoning

0 commit comments

Comments
 (0)