git init and first deep agent with langsmith ui
This commit is contained in:
13
network_search_agent/__init__.py
Normal file
13
network_search_agent/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""Network Search Agent.
|
||||
|
||||
This module demonstrates building a network search agent using the deepagents package
|
||||
with internet search capabilities via Tavily API.
|
||||
"""
|
||||
|
||||
from network_search_agent.prompts import SYSTEM_PROMPT
|
||||
from network_search_agent.tools import internet_search
|
||||
|
||||
__all__ = [
|
||||
"internet_search",
|
||||
"SYSTEM_PROMPT",
|
||||
]
|
||||
Reference in New Issue
Block a user