Agens langchain_search
skill_id: langchain_search
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/langchain_search/skill.yamlsource content
skill_id: langchain_search name: LangChain Web Search description: Search web knowledge via LangChain DuckDuckGo tool with fallback. version: "0.02" author: system license: "" tags:
- langchain
- search
- web tools: [] permissions: network: true filesystem: false shell: false agents:
- research_agent
- orchestrator enabled: true source: local entrypoint: entry.py readme: README.md input_schema: type: object properties: instruction: type: string output_schema: type: object metadata: {}