LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
freshrss_agent/__init__.py
freshrss_agent/__main__.py
freshrss_agent/agent_server.py
freshrss_agent/api_client.py
freshrss_agent/auth.py
freshrss_agent/freshrss_input_models.py
freshrss_agent/freshrss_response_models.py
freshrss_agent/main_agent.json
freshrss_agent/mcp_config.json
freshrss_agent/mcp_server.py
freshrss_agent.egg-info/PKG-INFO
freshrss_agent.egg-info/SOURCES.txt
freshrss_agent.egg-info/dependency_links.txt
freshrss_agent.egg-info/entry_points.txt
freshrss_agent.egg-info/requires.txt
freshrss_agent.egg-info/top_level.txt
freshrss_agent/agent_data/IDENTITY.md
freshrss_agent/api/__init__.py
freshrss_agent/api/api_client_base.py
freshrss_agent/api/api_client_reader.py
freshrss_agent/api/api_client_subscriptions.py
freshrss_agent/mcp/__init__.py
freshrss_agent/mcp/mcp_reader.py
freshrss_agent/mcp/mcp_subscriptions.py
scripts/security_sanitizer.py
scripts/validate_a2a_agent.py
scripts/validate_agent.py
scripts/verify_api_integration.py
tests/__init__.py
tests/conftest.py
tests/test_api_wrapper.py
tests/test_auth.py
tests/test_concept_parity.py
tests/test_freshrss_mcp_validation.py
tests/test_init_dynamics.py
tests/test_startup.py