Skip to content

Conversation

@3rd-Son
Copy link
Contributor

@3rd-Son 3rd-Son commented Nov 21, 2025

πŸ”— Linked Issue

Closes #

βœ… Type of Change

  • ✨ New Project/Feature
  • 🐞 Bug Fix
  • πŸ“š Documentation Update
  • πŸ”¨ Refactor or Other

πŸ“ Summary

πŸ“– README Checklist

  • I have created a README.md file for my project.
  • My README.md follows the official .github/README_TEMPLATE.md.
  • I have included clear installation and usage instructions in my README.md.
  • I have added a GIF or screenshot to the assets folder and included it in my README.md.

βœ”οΈ Contributor Checklist

  • I have read the CONTRIBUTING.md document.
  • My code follows the project's coding standards.
  • I have placed my project in the correct directory (e.g., advance_ai_agents, rag_apps).
  • I have included a requirements.txt or pyproject.toml for dependencies.
  • I have added a .env.example file if environment variables are needed and ensured no secrets are committed.
  • My pull request is focused on a single project or change.

πŸ’¬ Additional Comments


EntelligenceAI PR Summary

This PR expands the Memory Agents documentation by adding a new Job Search Agent example.

  • Added 'Job Search Agent' entry to the Memory Agents section in README.md
  • References the implementation located at memory_agents/job_search_agent
  • Follows existing documentation pattern for memory agent examples

@entelligence-ai-pr-reviews
Copy link

Entelligence AI Vulnerability Scanner

Status: No security vulnerabilities found

Your code passed our comprehensive security analysis.

@entelligence-ai-pr-reviews
Copy link

Walkthrough

This pull request updates the project documentation by adding a new example to the Memory Agents section. The addition documents a 'Job Search Agent' implementation, which demonstrates memory-enabled agent capabilities for job search use cases. This change expands the collection of available examples in the project, providing developers with another reference implementation for building memory-enabled agents. The update follows the established documentation pattern used for other agent examples in the README.

Changes

File(s) Summary
README.md Added documentation entry for 'Job Search Agent' example in the Memory Agents section, located at memory_agents/job_search_agent.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant User
    participant JobSearchAgent
    participant Memori
    participant JobAPI

    User->>JobSearchAgent: Request job search
    JobSearchAgent->>Memori: Retrieve user preferences
    Memori-->>JobSearchAgent: Return stored preferences
    JobSearchAgent->>JobAPI: Search jobs with criteria
    JobAPI-->>JobSearchAgent: Return job listings
    JobSearchAgent->>Memori: Store search history
    Memori-->>JobSearchAgent: Confirm storage
    JobSearchAgent-->>User: Return personalized results
Loading

πŸ”— Cross-Repository Impact Analysis

Enable automatic detection of breaking changes across your dependent repositories. β†’ Set up now

Learn more about Cross-Repository Analysis

What It Does

  • Automatically identifies repositories that depend on this code
  • Analyzes potential breaking changes across your entire codebase
  • Provides risk assessment before merging to prevent cross-repo issues

How to Enable

  1. Visit Settings β†’ Code Management
  2. Configure repository dependencies
  3. Future PRs will automatically include cross-repo impact analysis!

Benefits

  • πŸ›‘οΈ Prevent breaking changes across repositories
  • πŸ” Catch integration issues before they reach production
  • πŸ“Š Better visibility into your multi-repo architecture

▢️ ⚑ AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add πŸ‘ / πŸ‘Ž emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • πŸ”’ Security Vulnerability - Fix to ensure system safety.
  • πŸ’» Code Improvement - Suggestions to enhance code quality.
  • πŸ”¨ Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@Arindam200 Arindam200 merged commit 100d549 into Arindam200:main Nov 23, 2025
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants