mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
* Add Enterprise Web Intelligence Agent with Bedrock AgentCore Tools SDK Automated browser navigation with CDP enhancements Live viewing with DCV integration Session recording and replay capabilities LLM-powered content extraction Code Interpreter for dynamic analysis Comprehensive documentation and examples * Moved project from old-folder to new-folder and updated files * Refactor: Rename to enterprise-web-intelligence-agent and add Strands implementation alongside LangGraph
6 lines
150 B
Python
6 lines
150 B
Python
"""
|
|
Shared modules for the Competitive Intelligence Agent.
|
|
"""
|
|
from .utils.s3_datasource import UnifiedS3DataSource
|
|
|
|
__all__ = ['UnifiedS3DataSource'] |